syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.65k stars 4.89k forks source link

VTerm unable to switch from normal mode to insert #14884

Closed clayscode closed 3 years ago

clayscode commented 3 years ago

Description :octocat:

When evil mode enabled, switching to normal mode from insert mode in vterm results in error Symbol's function definition is void: vterm-goto-char

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart: Error: Symbol's function definition is void: vterm-goto-char To switch back to insert mode, you must kill the vterm buffer and open a new one

Expected behaviour: :heart: :smile: Switch from normal mode to insert mode

System Info :computer:

smile13241324 commented 3 years ago

Can you double check with emacs 27.X I have just tried this on latest develop and vterm just works fine for me. What kind of shell are you using vterm with? Can you update your packages especially recompile vterm.el?

Here is my system:

System Info :computer:

clayscode commented 3 years ago

I can close this issue. I'm unable to reproduce it anymore.