vimrc silent for tab

This commit is contained in:
TheK4n 2022-07-31 10:06:50 +03:00
parent 0192e68d9c
commit 1abf2d81d1

View File

@ -100,10 +100,10 @@ set ffs=unix,mac
set encoding=utf8 set encoding=utf8
" tabs " tabs
nnoremap <C-Left> :tabprevious<CR> nnoremap <silent> <C-Left> :tabprevious<CR>
nnoremap <C-Right> :tabnext<CR> nnoremap <silent> <C-Right> :tabnext<CR>
nnoremap <C-h> :tabprevious<CR> nnoremap <silent> <C-h> :tabprevious<CR>
nnoremap <C-l> :tabnext<CR> nnoremap <silent> <C-l> :tabnext<CR>
" hiden chars " hiden chars