diff options
| author | Blista Kanjo | 2022-11-13 00:48:44 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-11-13 00:49:08 -0500 |
| commit | 516cbe5345e269ad28a053a43c8eaf61ebde185a (patch) | |
| tree | 8923c34bdce79075cef54c520e2f07b10ad0a094 /.vimrc | |
| parent | faec476f46da1496c3f8cf4a60267cb6c20cd245 (diff) | |
feat: <leader>p for paste before
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ endif vnoremap <C-c> "+y vmap <C-x> "+x map <C-p> "+p +map <Leader>p "+P " NERDTree Keybinds nnoremap <leader>n :NERDTreeFocus<CR> |
