mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
7 lines
218 B
VimL
7 lines
218 B
VimL
"use incsearch in place of the default search
|
|
map / <Plug>(incsearch-forward)
|
|
map ? <Plug>(incsearch-backward)
|
|
map g/ <Plug>(incsearch-stay)
|
|
|
|
"n and N behavioru is consistant
|
|
let g:incsearch#consistent_n_direction=1
|