git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca64aa2
)
Change statusline colour when entering insert mode.
author
Iain Patterson
<me@iain.cx>
Wed, 6 Feb 2008 14:34:37 +0000
(14:34 +0000)
committer
Iain Patterson
<me@iain.cx>
Wed, 6 Feb 2008 14:34:37 +0000
(14:34 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@100
6be0d1a5
-5cfe-0310-89b6-
964be062b18b
.vimrc
patch
|
blob
|
history
diff --git
a/.vimrc
b/.vimrc
index
1017617
..
d962c8e
100644
(file)
--- a/
.vimrc
+++ b/
.vimrc
@@
-337,6
+337,10
@@
endif
if version >= "700"
version 7.0
+" Change status bar colour when entering insert mode.
+au InsertEnter * highlight StatusLine guifg=white guibg=darkred ctermbg=white ctermfg=darkred
+au InsertLeave * highlight StatusLine guifg=white guibg=blue ctermbg=white ctermfg=blue
+
" Make diffs vertical by default.
se diffopt+=vertical