More window commands
This commit is contained in:
parent
538fa308e4
commit
1e436421c3
@ -19,6 +19,10 @@ nnoremap <Leader>p "+p
|
||||
nnoremap <Leader>P "+P
|
||||
vnoremap <Leader>p "+p
|
||||
vnoremap <Leader>P "+P
|
||||
noremap <C-j> <C-W>j
|
||||
noremap <C-k> <C-W>k
|
||||
noremap <C-h> <C-W>h
|
||||
noremap <C-l> <C-W>l
|
||||
|
||||
" vim-argwrap
|
||||
nnoremap <silent> <Leader>a :ArgWrap<Cr>
|
||||
|
Loading…
Reference in New Issue
Block a user