Adding keymaps for window resizing
This commit is contained in:
parent
5aee4fb57e
commit
fd92810286
@ -8,6 +8,10 @@ nnoremap <silent> Q <Nop>
|
||||
nnoremap <silent> j gj
|
||||
nnoremap <silent> k gk
|
||||
noremap <silent> ; :
|
||||
noremap <up> <C-W>+
|
||||
noremap <down> <C-W>-
|
||||
noremap <left> 3<C-W><
|
||||
noremap <right> 3<C-W>>
|
||||
|
||||
" vim-argwrap
|
||||
nnoremap <silent> <leader>a :ArgWrap<Cr>
|
||||
|
Loading…
Reference in New Issue
Block a user