From a93da1c69525d3af72b96803202ff04a1bb47d5a Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 17 Apr 2009 14:43:22 -0500 Subject: [PATCH] add keybinds for vim on windows and proper gvim and proper vim --- vimrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/vimrc b/vimrc index 75234fa..cb6adb6 100644 --- a/vimrc +++ b/vimrc @@ -255,6 +255,16 @@ endif " just continue nmap K K +" tabs +map :tabprevious +imap :tabpreviousi + +map :tabnext +imap :tabnexti + +nmap :tabnew +imap :tabnewi + " Toggle numbers with F12 nmap :silent set number! imap :silent set number!