Use the minimalist theme
This commit is contained in:
parent
422fbbe51b
commit
ecffa01938
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -73,7 +73,7 @@ if has("eval")
|
||||||
" Protect commands that are only available when +eval is enabled.
|
" Protect commands that are only available when +eval is enabled.
|
||||||
" Technically only "if 1" would be required, as "has()" is provided
|
" Technically only "if 1" would be required, as "has()" is provided
|
||||||
" by +eval, but this is clearer.
|
" by +eval, but this is clearer.
|
||||||
colorscheme jellybeans
|
colorscheme minimalist
|
||||||
command Q q
|
command Q q
|
||||||
command W w
|
command W w
|
||||||
command WQ wq
|
command WQ wq
|
||||||
|
|
Loading…
Reference in a new issue