Skip to content

Commit a92cf38

Browse files
committed
docs: Document scoped pane action shortcuts as single-key only
1 parent 15f87eb commit a92cf38

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,12 @@ general multi-key prefixes like `<C-w>f` are supported. Prefix sequences show a
535535
[which-key.nvim](https://github.com/folke/which-key.nvim) style popup. For example, `fd` opens an `f` popup after `f`, then runs
536536
the action after `d`.
537537

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+
538544
```toml
539545
[keymap.channel_actions]
540546
MuteChannel = { keys = ["u", "<C-u>"], description = "mute channel" }

0 commit comments

Comments
 (0)