From 6f96e8ce26be614fb95a40d8392eb5f71a14f05c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 23 Jul 2015 11:48:51 -0300 Subject: Tab navigation --- vimrc.dot.link | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vimrc.dot.link b/vimrc.dot.link index c862116..49ab638 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -171,3 +171,11 @@ python del powerline_setup set laststatus=2 " Always display the statusline in all windows set showtabline=2 " Always display the tabline, even if there is only one tab set noshowmode " Hide the default mode text (e.g. -- INSERT -- below the statusline) + +" Tab navigation +" See http://vim.wikia.com/wiki/Alternative_tab_navigation +" http://comments.gmane.org/gmane.os.cygwin.xfree/16419 +nmap [5^ +nmap [6^ +nnoremap :tabn +nnoremap :tabp -- cgit v1.2.3