Merge pull request #593 from dsimmons/search-settings
[Improvement] Search Settings
This commit is contained in:
commit
2e53da3dcd
@ -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
6
vimrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user