We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f87eb commit a92cf38Copy full SHA for a92cf38
1 file changed
README.md
@@ -535,6 +535,12 @@ general multi-key prefixes like `<C-w>f` are supported. Prefix sequences show a
535
[which-key.nvim](https://github.com/folke/which-key.nvim) style popup. For example, `fd` opens an `f` popup after `f`, then runs
536
the action after `d`.
537
538
+Scoped action tables use the same string or object shape, but each `keys` entry
539
+must be a single key chord. Multi-key sequences such as `gt` are only supported
540
+by direct `[keymap]` actions, not by `[keymap.guild_actions]`,
541
+`[keymap.channel_actions]`, `[keymap.message_actions]`, or
542
+`[keymap.member_actions]`.
543
+
544
```toml
545
[keymap.channel_actions]
546
MuteChannel = { keys = ["u", "<C-u>"], description = "mute channel" }
0 commit comments