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
I am used to emacs overwriting and replacing the selection, i.e. if I select text with the mouse and then start typing I expect the old text to be replaced with what I typed.
Using EmacsKeys this is not the case, the newly typed text is appended to the selected, no matter where the cursor is. It seems EmacsKeys behaves like (delete-selection-mode 1) emacs manual
Is there a way to configure it to overwrite text just as it would do in standard VS?
Please help - the behavior is driving me nuts!
Thanks in advance
Thomas
The text was updated successfully, but these errors were encountered:
I am used to emacs overwriting and replacing the selection, i.e. if I select text with the mouse and then start typing I expect the old text to be replaced with what I typed.
Using EmacsKeys this is not the case, the newly typed text is appended to the selected, no matter where the cursor is. It seems EmacsKeys behaves like
(delete-selection-mode 1)
emacs manualIs there a way to configure it to overwrite text just as it would do in standard VS?
Please help - the behavior is driving me nuts!
Thanks in advance
Thomas
The text was updated successfully, but these errors were encountered: