# HG changeset patch
# User Augie Fackler <durin42@gmail.com>
# Date 1228094789 21600
# Node ID d30122122d4f7dc1f2159660381ee3d322417323
# Parent  1921c0b85a82fd1725dad4720d9a0dce75b77730
This was driving me crazy in the end.

diff --git a/.vimrc b/.vimrc
--- a/.vimrc
+++ b/.vimrc
@@ -25,11 +25,11 @@ set incsearch " search as you type
 
 " buffer switching/management, might as well use those keys for something
 " useful
-map <Right> :bnext<CR>
-imap <Right> <ESC>:bnext<CR>
-map <Left> :bprev<CR>
-imap <Left> <ESC>:bprev<CR>
-map <Del> :bd<CR>
+"map <Right> :bnext<CR>
+"imap <Right> <ESC>:bnext<CR>
+"map <Left> :bprev<CR>
+"imap <Left> <ESC>:bprev<CR>
+"map <Del> :bd<CR>
 
 filetype plugin indent on
 colorscheme gothic