mirror of
1
0
Fork 0

Fix <leader>t<leader> (#699)

This commit is contained in:
John Wyatt 2022-10-15 15:11:55 -04:00 committed by GitHub
parent ac52a165d7
commit 3669ae25e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ map <leader>tn :tabnew<cr>
map <leader>to :tabonly<cr>
map <leader>tc :tabclose<cr>
map <leader>tm :tabmove
map <leader>t<leader> :tabnext
map <leader>t<leader> :tabnext<cr>
" Let 'tl' toggle between this and the last accessed tab
let g:lasttab = 1