Updating keyboard mapping

This commit is contained in:
Alex Yatskov 2016-03-03 15:44:27 -08:00
parent c6b5286a3e
commit e5ae2b3ece

View File

@ -9,6 +9,7 @@ nnoremap <silent> j gj
nnoremap <silent> k gk nnoremap <silent> k gk
nnoremap <silent> <kPlus> <C-W>+ nnoremap <silent> <kPlus> <C-W>+
nnoremap <silent> <kMinus> <C-W>- nnoremap <silent> <kMinus> <C-W>-
inoremap <silent> <C-c> <Esc>
" vim-argwrap " vim-argwrap
nnoremap <silent> <leader>a :ArgWrap<Cr> nnoremap <silent> <leader>a :ArgWrap<Cr>