mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 03:50:04 +08:00
parent
593ddb0901
commit
c4ac873769
@ -48,6 +48,7 @@ function! SpaceVim#layers#incsearch#config() abort
|
|||||||
map ? <Plug>(incsearch-backward)
|
map ? <Plug>(incsearch-backward)
|
||||||
map g/ <Plug>(incsearch-stay)
|
map g/ <Plug>(incsearch-stay)
|
||||||
set hlsearch
|
set hlsearch
|
||||||
|
let g:incsearch#no_inc_hlsearch = 1
|
||||||
let g:incsearch#auto_nohlsearch = get(g:, 'incsearch#auto_nohlsearch', 1)
|
let g:incsearch#auto_nohlsearch = get(g:, 'incsearch#auto_nohlsearch', 1)
|
||||||
nnoremap <silent> n :call <SID>update_search_index('d')<cr>
|
nnoremap <silent> n :call <SID>update_search_index('d')<cr>
|
||||||
nnoremap <silent> N :call <SID>update_search_index('r')<cr>
|
nnoremap <silent> N :call <SID>update_search_index('r')<cr>
|
||||||
|
Loading…
Reference in New Issue
Block a user