From 9d0db4f1d8cc562a4b81f98ea26695efaa9033a2 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 17 Apr 2009 15:38:25 -0500 Subject: [PATCH] support for tabs betterly in vim. Killed off q and Q --- vimrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/vimrc b/vimrc index 91be75f..dccc979 100644 --- a/vimrc +++ b/vimrc @@ -262,13 +262,23 @@ nmap K K " tabs map :tabprevious imap :tabpreviousi +map :tabprevious +imap :tabpreviousi map :tabnext imap :tabnexti +map :tabnext +imap :tabnexti nmap :tabnew imap :tabnewi +map :tabclose + +" Disable q and Q +map q +map Q + " Toggle numbers with F12 nmap :silent set number! imap :silent set number!