Mercurial > dotfiles
changeset 4:d30122122d4f
This was driving me crazy in the end.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Sun, 30 Nov 2008 19:26:29 -0600 |
parents | 1921c0b85a82 |
children | c8d8dcd3f262 |
files | .vimrc |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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