You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In original Emacs, if you are in selection mode and you select some text and you press RETURN to delete the selected text, the selection mode will turn off. It doesn't work with this plugin and this is so confusing for real Emacs users. I always delete the selected text but then I will eventually forget that the selection mode is still active and only realize when I move my cursor again. This is kind of disturbing. Also I think ALT+RETURN have to delete the previous word.
The text was updated successfully, but these errors were encountered:
@fv42wid<ctrl><space> will enter the selection mode. <ctrl><space> will leave it. <return> while in selection mode should also leave the selection mode you know. It doesn't work for this plugin.
In original Emacs, if you are in selection mode and you select some text and you press RETURN to delete the selected text, the selection mode will turn off. It doesn't work with this plugin and this is so confusing for real Emacs users. I always delete the selected text but then I will eventually forget that the selection mode is still active and only realize when I move my cursor again. This is kind of disturbing. Also I think ALT+RETURN have to delete the previous word.
The text was updated successfully, but these errors were encountered: