Mercurial > public > dotfiles
comparison vim/.vimrc @ 2:611e13daeafb
Use peaksea2 after all.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 04 Jan 2012 19:34:22 -0600 |
parents | 67f01a4cac4c |
children | 6bb800967ce5 |
comparison
equal
deleted
inserted
replaced
1:67f01a4cac4c | 2:611e13daeafb |
---|---|
42 | 42 |
43 " highlight trailing spaces | 43 " highlight trailing spaces |
44 let c_space_errors = 1 | 44 let c_space_errors = 1 |
45 " let python_space_error_highlight = 1 | 45 " let python_space_error_highlight = 1 |
46 | 46 |
47 " set background=dark | 47 set background=dark |
48 " colorscheme peaksea2 | 48 colorscheme peaksea2 |
49 colorscheme Dark | 49 " colorscheme Dark |
50 | 50 |
51 " shortcut for word completion in insert mode | 51 " shortcut for word completion in insert mode |
52 imap <S-Tab> <C-n> | 52 imap <S-Tab> <C-n> |
53 | 53 |
54 " buffer next and previous commands | 54 " buffer next and previous commands |