Mercurial > public > dotfiles
changeset 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 |
files | vim/.vimrc |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vim/.vimrc Tue Jan 03 20:53:13 2012 -0600 +++ b/vim/.vimrc Tue Jan 03 21:18:43 2012 -0600 @@ -44,7 +44,9 @@ let c_space_errors = 1 " let python_space_error_highlight = 1 -colorscheme peaksea2 +" set background=dark +" colorscheme peaksea2 +colorscheme Dark " shortcut for word completion in insert mode imap <S-Tab> <C-n>