Document how to use modifier keys in macro remaps (#11930)

pull/11948/merge
Adam Chalmers 2 days ago committed by GitHub
parent 188f701f50
commit d8e2aab201
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -92,4 +92,5 @@ There are three kinds of commands that can be used in keymaps:
start with `@` and then list any number of keys to be executed. For example start with `@` and then list any number of keys to be executed. For example
`@miw` can be used to select the surrounding word. For now, macro keybindings `@miw` can be used to select the surrounding word. For now, macro keybindings
are not allowed in keybinding sequences due to limitations in the way that are not allowed in keybinding sequences due to limitations in the way that
command sequences are executed. command sequences are executed. Modifier keys (e.g. Alt+o) can be used
like `"<A-o>"`, e.g. `"@miw<A-o>"`

Loading…
Cancel
Save