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 would like ctrl-space to set a mark, and then have a region from that mark to my cursor be highlighted as I move my cursor. And then if I do something like hit del, or type other letters, or cut, have that region be replaced/removed appropriately, and have the mark removed as well, so that it is ready for me to set another mark.
Is behaviour like this possible?
The text was updated successfully, but these errors were encountered:
I think this behavior already exists.
Change this setting to true and I think you'll get that behavior.
/* Allows to always switch to active mark mode */
"sbp_active_mark_mode": false,
I am interested in customizing the hotkeys a bit.
I would like ctrl-space to set a mark, and then have a region from that mark to my cursor be highlighted as I move my cursor. And then if I do something like hit del, or type other letters, or cut, have that region be replaced/removed appropriately, and have the mark removed as well, so that it is ready for me to set another mark.
Is behaviour like this possible?
The text was updated successfully, but these errors were encountered: