Changed tab management of tabs from 7,8 to 9,0

This commit is contained in:
Marcin Woźniak 2022-01-06 01:06:59 +01:00
parent 753c086fe9
commit 2b82978528
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 2 additions and 2 deletions

View File

@ -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 }