You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/whichkey/extra.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,14 @@ You can set `whichkey.sortOrder` in `settings.json` to `alphabetically` to alway
35
35
## Bind shortcuts to submenu
36
36
37
37
To open a submenu with a shortcut, one can execute a [`whichkey.triggerKey`](./reference.md#trigger-key) command right after [`whichkey.show`](./reference.md#show).
38
-
Here's an example `keybindings.json` using [ryuta46.multi-command](https://marketplace.visualstudio.com/items?itemName=ryuta46.multi-command):
38
+
Here's an example `keybindings.json` using [`runCommands`](https://code.visualstudio.com/docs/getstarted/keybindings#_running-multiple-commands):
0 commit comments