mirror of
1
0
Fork 0

Fix <leader>tl

This commit is contained in:
John Wyatt 2022-06-17 01:18:26 -07:00 committed by GitHub
parent 5108ca4ec0
commit 53051c0157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ map <leader>t<leader> :tabnext
" Let 'tl' toggle between this and the last accessed tab
let g:lasttab = 1
nmap <Leader>tl :exe "tabn ".g:lasttab<CR>
nmap <leader>tl :exe "tabn ".g:lasttab<CR>
au TabLeave * let g:lasttab = tabpagenr()