Changed management of tabs
This commit is contained in:
parent
9a8b4a658a
commit
6bc94e1518
@ -302,8 +302,8 @@ vnoremap F <C-v>$A
|
|||||||
vnoremap f <C-v>0I
|
vnoremap f <C-v>0I
|
||||||
|
|
||||||
" Better management of tabs
|
" Better management of tabs
|
||||||
nnoremap <Leader>9 :tabprevious<CR>
|
nnoremap <F7> :tabprevious<CR>
|
||||||
nnoremap <Leader>0 :tabnext<CR>
|
nnoremap <F8> :tabnext<CR>
|
||||||
|
|
||||||
" Better moving
|
" Better moving
|
||||||
nnoremap J }
|
nnoremap J }
|
||||||
|
Loading…
Reference in New Issue
Block a user