Skip to content

Commit

Permalink
Document how to use modifier keys in macro remaps (#11930)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers authored Nov 20, 2024
1 parent 188f701 commit d8e2aab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion book/src/remapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
`@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
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>"`

0 comments on commit d8e2aab

Please sign in to comment.