Adding keymaps for window resizing

This commit is contained in:
Alex Yatskov 2015-05-18 08:08:50 +09:00
parent 5aee4fb57e
commit fd92810286

View File

@ -8,6 +8,10 @@ nnoremap <silent> Q <Nop>
nnoremap <silent> j gj nnoremap <silent> j gj
nnoremap <silent> k gk nnoremap <silent> k gk
noremap <silent> ; : noremap <silent> ; :
noremap <up> <C-W>+
noremap <down> <C-W>-
noremap <left> 3<C-W><
noremap <right> 3<C-W>>
" vim-argwrap " vim-argwrap
nnoremap <silent> <leader>a :ArgWrap<Cr> nnoremap <silent> <leader>a :ArgWrap<Cr>