This commit is contained in:
TheK4n 2022-06-07 19:57:26 +03:00
parent 5c2a919448
commit 647ca98931

View File

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