# HG changeset patch
# User Augie Fackler <durin42@gmail.com>
# Date 1227746840 21600
# Node ID 1921c0b85a82fd1725dad4720d9a0dce75b77730
# Parent  cc09fbf53d4d1812efa44a89f1e5f850b9db8676
Handy keybindings.

diff --git a/.vimrc b/.vimrc
--- a/.vimrc
+++ b/.vimrc
@@ -23,7 +23,13 @@ set scrolloff=3 " keep 3 lines of contex
 
 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>
 
 filetype plugin indent on
 colorscheme gothic