vimrc silent for tab
This commit is contained in:
parent
0192e68d9c
commit
1abf2d81d1
@ -100,10 +100,10 @@ set ffs=unix,mac
|
||||
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 <silent> <C-Left> :tabprevious<CR>
|
||||
nnoremap <silent> <C-Right> :tabnext<CR>
|
||||
nnoremap <silent> <C-h> :tabprevious<CR>
|
||||
nnoremap <silent> <C-l> :tabnext<CR>
|
||||
|
||||
" hiden chars
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user