Recherche

This commit is contained in:
Louis Royer 2020-01-19 13:11:47 +01:00
parent 5d1e861c5f
commit c4ee0c7cd1

View File

@ -78,6 +78,11 @@ match NbSp /\%xa0/
set hlsearch
hi Search ctermbg=Yellow
hi Search ctermfg=DarkBlue
" Insensible à la case sauf si \C ou si contient des majuscules
set ignorecase
set smartcase
"" Se déplace à la recherche automatiquement
set incsearch
"" Shortcut uncolorize search on C-l
nnoremap <silent> <C-l> :nohlsearch<CR><C-l>
"" Recherche dun mot avec C-f sur ce mot