From 2c0016bb3d585669758cd39fe5883f1a610b18b0 Mon Sep 17 00:00:00 2001 From: John Wyatt Date: Fri, 17 Jun 2022 01:28:34 -0700 Subject: [PATCH] Fix t --- 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