Add gb mapping.
[profile.git] / .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