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 Emacs default, highlighting a selection then pressing the DEL key deletes the entire selection. In the current EmacsKeys, it deletes only the first character as if I'd pressed C^d. Currently I have to C^w to cut the text but I'd like to keep my clipboard clean.
This is also a problem when selecting something, and pasting over it to replace it. Expected behavior would be that selected text gets removed and replaced, observed is that the pasted text is appended after the selected text, which remains.
Are there workarounds for this? I've tried changing Del/Suppr bindings to Visual Studio's defaults rather than the new ones provided by the extension, but I feel it's something different with how selected text behaves..
In Emacs default, highlighting a selection then pressing the DEL key deletes the entire selection. In the current EmacsKeys, it deletes only the first character as if I'd pressed C^d. Currently I have to C^w to cut the text but I'd like to keep my clipboard clean.
Edit:
I installed the version from: https://marketplace.visualstudio.com/items?itemName=JustinClareburtMSFT.EmacsEmulation#overview
The text was updated successfully, but these errors were encountered: