vim keybinding for copy-paste

This commit is contained in:
2026-05-31 13:28:37 +05:30
parent 038345b5a0
commit bd9f8f1338
+6
View File
@@ -91,3 +91,9 @@ nmap <leader>r <Plug>(coc-rename)
nnoremap <C-p> :Files<Cr>
" the_silver_searcher
nnoremap <C-g> :Ag<Cr>
" copy-paste
noremap <Leader>y "*y
noremap <Leader>p "*p
noremap <Leader>Y "+y
noremap <Leader>P "+p