More window commands

This commit is contained in:
Alex Yatskov 2016-03-03 21:17:00 -08:00
parent 538fa308e4
commit 1e436421c3

View File

@ -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>