From d8e2aab2017a5ffdcbcb982d713ae5991e846744 Mon Sep 17 00:00:00 2001 From: Adam Chalmers Date: Wed, 20 Nov 2024 16:26:46 -0600 Subject: [PATCH] Document how to use modifier keys in macro remaps (#11930) --- book/src/remapping.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/src/remapping.md b/book/src/remapping.md index e794e1c27..ea63f292c 100644 --- a/book/src/remapping.md +++ b/book/src/remapping.md @@ -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 `""`, e.g. `"@miw"`