From 439d1e54ce30f417b655d21f4a67f4509207e852 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Mon, 7 May 2012 15:39:27 -0500 Subject: [PATCH] Added new key mapping for switching bm two files Hitting . will switch between two buffers --- vim/vimrc.symlink | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index dd4b76d..1e10447 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -209,6 +209,8 @@ nmap ] >> nmap n :bn " go to next buffer nmap p :bp " go to prev buffer nmap q :bd " close the current buffer +" switch between two file buffers +nmap . " disable arrow keys (forced learning) "noremap ""