# HG changeset patch # User Augie Fackler # 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 :bnext +imap :bnext +map :bprev +imap :bprev +map :bd filetype plugin indent on colorscheme gothic