Add gb mapping.
authorIain Patterson <me@iain.cx>
Mon, 26 Jun 2006 11:28:14 +0000 (11:28 +0000)
committerIain Patterson <me@iain.cx>
Mon, 26 Jun 2006 11:28:14 +0000 (11:28 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@27 6be0d1a5-5cfe-0310-89b6-964be062b18b

.vimrc

diff --git a/.vimrc b/.vimrc
index 4cc55d4..ddfed89 100755 (executable)
--- a/.vimrc
+++ b/.vimrc
@@ -114,6 +114,9 @@ map Q4 :se ts=4<CR>:<CR>
 " Change to ts=8 with Q8.
 map Q8 :se ts=8<CR>:<CR>
 
+" Vim 7 has tabs.  Default "next tab" mapping is gt.  Add "previous tab" as gb.
+map gb :tabPrev<CR>
+
 call Cycle_StatusLine()
 
 au VimLeave * if exists("andyoldcols") | let &columns=andyoldcols | endif