1
0
Fork 0
mirror of synced 2024-06-01 06:51:09 -04:00

Fix <leader>t<leader>

This commit is contained in:
John Wyatt 2022-06-17 01:28:34 -07:00 committed by GitHub
parent 5108ca4ec0
commit 2c0016bb3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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