summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-08-21 14:07:30 -0700
committerBen Sima <ben@bsima.me>2018-08-21 14:07:30 -0700
commitd61a05daf335232a4207a674c645e94f519e658a (patch)
tree3f9d4fb01e1c8c9c76c2b6f88e420b33a560ddf8 /vimrc
parentbcf71a1b272733ca3a137d0df75fdb926b4540dc (diff)
Add search highlighting
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index e67256a..b92e584 100644
--- a/vimrc
+++ b/vimrc
@@ -53,3 +53,5 @@ map <C-\> :tab split<CR>:exec("tag ".expand("<cword>"))<CR>
" open definition in a vertical split:
map <A-]> :vsp <CR>:exec("tag ".expand("<cword>"))<CR>
+""" Colors
+hi Search term=reverse cterm=reverse gui=reverse ctermbg=NONE guibg=NONE