Merge pull request #593 from dsimmons/search-settings

[Improvement] Search Settings
This commit is contained in:
Yan Pritzker 2015-01-08 14:31:26 -06:00
commit 2e53da3dcd
2 changed files with 6 additions and 8 deletions

View File

@ -1,8 +0,0 @@
" ================ 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

6
vimrc
View File

@ -102,6 +102,12 @@ set scrolloff=8 "Start scrolling when we're 8 lines away from margins
set sidescrolloff=15
set sidescroll=1
" ================ Search ===========================
set incsearch " Find the next match as we type the search
set hlsearch " Highlight searches by default
set ignorecase " Ignore case when searching...
set smartcase " ...unless we type a capital
" ================ Custom Settings ========================
so ~/.yadr/vim/settings.vim