Skip to content

Commit

Permalink
Fix <leader>t<leader> (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwyatt4 authored Oct 15, 2022
1 parent ac52a16 commit 3669ae2
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 @@ -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
Expand Down

0 comments on commit 3669ae2

Please sign in to comment.