aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-08-19 14:17:58 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-08-19 14:18:08 +0800
commitc3809c2f9c1f02bced944a236c24e898587624e2 (patch)
tree37ee415de9f6a2951cd5ab828be0e90fa6402263 /vim
parentdbfb5c541cd90f32cb6b5bbf96af3a70b75c1111 (diff)
Update
Diffstat (limited to '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