deaktiviere globale suche
This commit is contained in:
parent
a8ad7f282b
commit
1678620790
1 changed files with 0 additions and 2 deletions
2
.vimrc
2
.vimrc
|
@ -56,8 +56,6 @@ let mapleader = ","
|
||||||
" ### Suche
|
" ### Suche
|
||||||
" While typing a search command, show immediately where the so far typed pattern matches.
|
" While typing a search command, show immediately where the so far typed pattern matches.
|
||||||
set incsearch
|
set incsearch
|
||||||
" global bei suche immer mit an
|
|
||||||
set gdefault
|
|
||||||
" When there is a previous search pattern, highlight all its matches.
|
" When there is a previous search pattern, highlight all its matches.
|
||||||
set hlsearch
|
set hlsearch
|
||||||
" Ignore case in search patterns.
|
" Ignore case in search patterns.
|
||||||
|
|
Loading…
Reference in a new issue