micro icon indicating copy to clipboard operation
micro copied to clipboard

Deselect action

Open Arnaudv6 opened this issue 1 year ago • 1 comments

I'm prepending 'Deselect' action to esc binding chain-of-actions.
Even though 'Deselect' action is not documented. Like this:

"Esc": "Deselect|UnhighlightSearch|RemoveAllMultiCursors|Escape",

I'd suggest we add this to the documentation, if you're OK with this. Should we take the opportunity to change https://github.com/zyedidia/micro/blob/master/internal/action/actions.go#L1523 as bellow, according to PR 2395?

h.Cursor.Deselect(buffer.ResetLocationDefault)

Arnaudv6 avatar Dec 02 '23 12:12 Arnaudv6

There is at least this pull request now where Deselect is added in keybindings.md: #3124

niten94 avatar Jan 23 '24 11:01 niten94