I'm using evil-mode. When I type M-x multi-term
zsh opens up.
I then type bcdef
in the terminal. Then I hit ESC
to enter normal mode, then b
so my cursor is place on b
of the bcdef
word. Then I hit i
to enter insert mode and then I type a
to insert an a
.
Instead of inserting the a
where I wanted, emacs inserts the a
in the end of the word.
What is happening? how do I achieve the desired normal behaviour?
this only happens in shell buffers.
*shell*
,*terminal*
, or*ansi-term*
, or something else? I'm not familiar withmulti-term
, so I'm not sure which Emacs shell/terminal emulator you're in. – Gordon Gustafson