Externalizing and improving search configuration
This commit is contained in:
6
vimrc
6
vimrc
@@ -40,12 +40,6 @@ if filereadable(expand("~/.vim/vundles.vim"))
|
||||
source ~/.vim/vundles.vim
|
||||
endif
|
||||
|
||||
" ================ 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
|
||||
|
||||
" ================ Turn Off Swap Files ==============
|
||||
|
||||
set noswapfile
|
||||
|
||||
Reference in New Issue
Block a user