emacs-evil / evil-collection

A set of keybindings for evil-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is `term`-mode purposely on the list?

Hi-Angel opened this issue · comments

Today I spent lots of time debugging M-<backspace> not working in term-mode (not to be confused with shell and eshell) and it all come down to the collection apparently overriding it.

Not only it was not obvious (because I see no other changes from the collection), but I don't see for what purpose evil-collection includes this mode because evil-mode does not work in it.

Hence I'm wondering, is this mode maybe wasn't supposed to be on the list and should be removed?

Steps to reproduce

  1. Execute M-x term <enter> <enter>
  2. Type hello
  3. Press M-<backspace>

Expected

hello text is removed.

Actual

Minibuffer prints an error about the buffer being read-only and nothing happens.

Actually, I'm sorry for the confusion, evil-mode does work there, it's just that I never tried pressing Escape 😅

Sorry for the noise