From e5a77b2ae47731663c955b6f3fbe803c82f4b85f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 23 Jun 2018 17:07:08 +1200 Subject: Add tab cycle bindings --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 888542cf..ee01e3fb 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -192,6 +192,9 @@ 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