Changed tab management of tabs from 7,8 to 9,0
This commit is contained in:
parent
753c086fe9
commit
2b82978528
@ -302,8 +302,8 @@ vnoremap F <C-v>$A
|
||||
vnoremap f <C-v>0I
|
||||
|
||||
" Better management of tabs
|
||||
nnoremap <Leader>7 :tabprevious<CR>
|
||||
nnoremap <Leader>8 :tabnext<CR>
|
||||
nnoremap <Leader>9 :tabprevious<CR>
|
||||
nnoremap <Leader>0 :tabnext<CR>
|
||||
|
||||
" Better moving
|
||||
nnoremap J }
|
||||
|
Loading…
Reference in New Issue
Block a user