aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/init/basic.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/init/basic.vim')
-rw-r--r--vim/init/basic.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/init/basic.vim b/vim/init/basic.vim
index 87767a1..db202c0 100644
--- a/vim/init/basic.vim
+++ b/vim/init/basic.vim
@@ -166,6 +166,7 @@ set suffixesadd=.md " Enable reference markdown file without
166" }}} 166" }}}
167" SEARCH {{{ 167" SEARCH {{{
168 168
169set shortmess-=S " Show count of search result
169set ignorecase smartcase " Search case without case sensation 170set ignorecase smartcase " Search case without case sensation
170set hlsearch " Highlight all matched texts 171set hlsearch " Highlight all matched texts
171set incsearch " Show matched strings when typing 172set incsearch " Show matched strings when typing