Skip to content

Commit

Permalink
Fix <leader>tl (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwyatt4 authored Oct 15, 2022
1 parent 3669ae2 commit 929bbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrcs/basic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ map <leader>t<leader> :tabnext<cr>
" 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()


Expand Down

0 comments on commit 929bbc1

Please sign in to comment.