We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you want to set emacs-like keymappings, just set g:incsearch#emacs_like_keymap to 1 and basic emacs-like keymappings will be set.
g:incsearch#emacs_like_keymap
let g:incsearch#emacs_like_keymap = 1
<C-f>
<Right>
<C-b>
<Left>
<C-n>
<Down>
<C-p>
<Up>
<C-a>
<Home>
<C-e>
<End>
<C-d>
<Del>
<A-d>
<C-w>