From 40fa4fe5abae544df6d765daca16d09ca540ef68 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 23 Jul 2018 15:53:07 +1200 Subject: Remove superfluous [t,]t maps gt and gT are default and work fine --- vim/vimrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 550488b4..75167735 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -210,9 +210,6 @@ nnoremap ]c :cnext " Cycle through location list items nnoremap [l :lprevious nnoremap ]l :lnext -" Cycle through tabs -nnoremap [t :tabprevious -nnoremap ]t :tabnext " Insert blank lines around current line nmap [ (PutBlankLinesAbove) -- cgit v1.2.3