change vim binds

This commit is contained in:
TheK4n 2022-05-31 02:13:52 +03:00
parent 77c739964e
commit 38c3d52ba6

View File

@ -80,8 +80,8 @@ set encoding=utf8
" tabs
nnoremap <C-Left> :tabprevious<CR>
nnoremap <C-Right> :tabnext<CR>
nnoremap <C-h> :tabprevious<CR>
nnoremap <C-l> :tabnext<CR>
nnoremap <A-h> :tabprevious<CR>
nnoremap <A-l> :tabnext<CR>