I was an emacs
user, and I have to switch to vim
. But I miss some basic emacs commands in vim
insert mode:
C-A
C-E
C-K
C-Y
C-x C-s
- ... and some other
I know that I can press Escape
and then press some of the following keys and finally press key i
:
^
$
d$
p
:w
[Enter]- ...
However I will like to stay in vim
insert mode and avoid pressing Escape
/i
keys.
On the web, I have found customizations for emacs
(vi-mode
, vip
, viper
, vimpulse
, vim-mode
, evil
). But not yet found the opposite: customize vim
to use emacs
commands...
I am interested about the emacs
commands in vim
insert mode only. Just some basic commands, as bash
commands: C-A
, C-E
, C-K
, C-Y
, C-U
... (yep C-U
is not a default emacs
command but I like it too).