projects
/
cmccabe-etc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8f7abd7
)
.vimrc: set highlight Search cterm=reverse
author
Colin Patrick McCabe
<cmccabe@nvidia.com>
Thu, 13 Oct 2011 20:10:30 +0000 (13:10 -0700)
committer
Colin Patrick McCabe
<cmccabe@nvidia.com>
Thu, 13 Oct 2011 20:10:30 +0000 (13:10 -0700)
This is to get nicer-looking incremental searches on color terminals.
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>
.vimrc
patch
|
blob
|
history
diff --git
a/.vimrc
b/.vimrc
index
7b13cf4
..
274cbd8
100644
(file)
--- a/
.vimrc
+++ b/
.vimrc
@@
-28,6
+28,7
@@
set ruler
syntax on
highlight Comment ctermfg=darkcyan
highlight Constant ctermfg=red
+highlight Search cterm=reverse
set t_Co=256
set et