Externalizing and improving search configuration
This commit is contained in:
8
vim/plugin/settings/yadr-search.vim
Normal file
8
vim/plugin/settings/yadr-search.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
" ================ Search Settings =================
|
||||
|
||||
set incsearch " Find the next match as we type the search
|
||||
set hlsearch " Hilight searches by default
|
||||
set viminfo='100,f1 " Save up to 100 marks, enable capital marks
|
||||
set ignorecase " Ignore case when searching...
|
||||
set smartcase " ...unless we type a capital
|
||||
|
||||
Reference in New Issue
Block a user