diff options
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
