comparison .vimrc @ 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 2233cb266ab0
comparison
equal deleted inserted replaced
3:1921c0b85a82 4:d30122122d4f
23 23
24 set incsearch " search as you type 24 set incsearch " search as you type
25 25
26 " buffer switching/management, might as well use those keys for something 26 " buffer switching/management, might as well use those keys for something
27 " useful 27 " useful
28 map <Right> :bnext<CR> 28 "map <Right> :bnext<CR>
29 imap <Right> <ESC>:bnext<CR> 29 "imap <Right> <ESC>:bnext<CR>
30 map <Left> :bprev<CR> 30 "map <Left> :bprev<CR>
31 imap <Left> <ESC>:bprev<CR> 31 "imap <Left> <ESC>:bprev<CR>
32 map <Del> :bd<CR> 32 "map <Del> :bd<CR>
33 33
34 filetype plugin indent on 34 filetype plugin indent on
35 colorscheme gothic 35 colorscheme gothic
36 36
37 37