Skip to content

Emacs like keymappings table

haya14busa edited this page Nov 13, 2014 · 1 revision

Emacs-like keymappings

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.

let g:incsearch#emacs_like_keymap = 1

Emacs-like keymapping table

{lhs} {rhs}
<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>