Revert "Adding keymaps for window resizing"

This reverts commit fd92810286.
This commit is contained in:
Alex Yatskov 2015-05-21 16:42:46 +09:00
parent fd92810286
commit d4a79f5288

View File

@ -8,10 +8,6 @@ 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>