aboutsummaryrefslogtreecommitdiff
path: root/Editor
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2016-11-24 19:49:41 +0000
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2016-11-24 19:49:41 +0000
commit5f4e2fcfae989df5808c61f6d7c40a63280e45a1 (patch)
tree021394ab7e56603c90ca50c2a8caa79bba57f8ce /Editor
parentf1866dd2b736299b7ac2cc1385f9ece4f21e794f (diff)
downloaddotfiles-5f4e2fcfae989df5808c61f6d7c40a63280e45a1.tar.gz
dotfiles-5f4e2fcfae989df5808c61f6d7c40a63280e45a1.tar.bz2
dotfiles-5f4e2fcfae989df5808c61f6d7c40a63280e45a1.zip
enable hlsearch
Diffstat (limited to 'Editor')
-rw-r--r--Editor/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Editor/vimrc b/Editor/vimrc
index 8b832fd..fff1f02 100644
--- a/Editor/vimrc
+++ b/Editor/vimrc
@@ -22,7 +22,7 @@ set showcmd " Show (partial) command in status line.
set ignorecase " Do case insensitive matching
set smartcase " Do smart case matching
set incsearch " Incremental search
-"set hlsearch
+set hlsearch
"set autowrite " Automatically save before commands like :next and :make
"set hidden " Hide buffers when they are abandoned
"set mouse=a " Enable mouse usage (all modes)