comparison vim/.vimrc @ 1:67f01a4cac4c

Change colorscheme to Dark. Apparently I must have modified peaksea2 on my work computer to match Dark.
author Brian Neal <bgneal@gmail.com>
date Tue, 03 Jan 2012 21:18:43 -0600
parents 48859d9c82c5
children 611e13daeafb
comparison
equal deleted inserted replaced
0:48859d9c82c5 1:67f01a4cac4c
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 colorscheme peaksea2 47 " set background=dark
48 " colorscheme peaksea2
49 colorscheme Dark
48 50
49 " shortcut for word completion in insert mode 51 " shortcut for word completion in insert mode
50 imap <S-Tab> <C-n> 52 imap <S-Tab> <C-n>
51 53
52 " buffer next and previous commands 54 " buffer next and previous commands