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:
2381221
)
Fixed cursor colour when matchign brackets.
author
Iain Patterson
<me@iain.cx>
Tue, 20 May 2008 12:48:25 +0000
(12:48 +0000)
committer
Iain Patterson
<me@iain.cx>
Tue, 20 May 2008 12:48:25 +0000
(12:48 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@111
6be0d1a5
-5cfe-0310-89b6-
964be062b18b
.vimrc
patch
|
blob
|
history
diff --git
a/.vimrc
b/.vimrc
index
a4e0298
..
1d33447
100644
(file)
--- a/
.vimrc
+++ b/
.vimrc
@@
-93,6
+93,10
@@
se hlsearch
" Syntax highlighting.
syn on
+" Use a discernably different colour to highlight the cursor which shows
+" matching brackets. Our regular cursor is green so use blue instead of cyan.
+hi MatchParen ctermbg=blue
+
" Catch typos.
command! W :w
command! Wq :wq