From 3669ae25e05a2c91c3e2f84b7ceb475387adc2df Mon Sep 17 00:00:00 2001 From: John Wyatt Date: Sat, 15 Oct 2022 15:11:55 -0400 Subject: [PATCH] Fix t (#699) --- vimrcs/basic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index e108c303..cc90f74d 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -231,7 +231,7 @@ map tn :tabnew map to :tabonly map tc :tabclose map tm :tabmove -map t :tabnext +map t :tabnext " Let 'tl' toggle between this and the last accessed tab let g:lasttab = 1