mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
vim: add magic regex to search patterns
This commit is contained in:
parent
f985d47b68
commit
93e11c73f8
@ -50,6 +50,7 @@ autocmd CursorHold,CursorHoldI,InsertLeave,FocusGained,FocusLost * call SaveIfEx
|
|||||||
set hlsearch
|
set hlsearch
|
||||||
set ignorecase
|
set ignorecase
|
||||||
set smartcase
|
set smartcase
|
||||||
|
set magic
|
||||||
|
|
||||||
" More natural splits
|
" More natural splits
|
||||||
set splitbelow " Horizontal split below current.
|
set splitbelow " Horizontal split below current.
|
||||||
|
Loading…
Reference in New Issue
Block a user