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
'C-g' should cancel current command (including keybinding in progress, if any) and return to normal input [mode]. Ideally, it should also preserve current selection, like Emacs does.
The text was updated successfully, but these errors were encountered:
okia
added a commit
to okia/vscode-emacs
that referenced
this issue
Nov 17, 2016
Quick fix for issue hiro-sun#30.
Known issues:
1. Generally, 'C-g' should be pressed twice. This is connected with curios
current behavior: whenever there is an active selection, pressing 'Ctrl+g'
for the first time clears up the selection, but extension does not receive
neither 'C-g', nor 'Type' command. Pressing 'Ctrl+g' for the second time
generates 'C-g' command.
2. Unlike Emacs, this extension does not preserve current selection on
pressing 'Ctrl+g'.
TODO:
Investigate this situation in more details. Is it VSCode designed behavior?
'C-g' should cancel current command (including keybinding in progress, if any) and return to normal input [mode]. Ideally, it should also preserve current selection, like Emacs does.
The text was updated successfully, but these errors were encountered: