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
docs: add keybinding customization section to keybindings.mdx
Documents the keybindings.json config file format, key syntax,
action IDs table, and examples for rebinding, unbinding, and swapping keys.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/docs/keybindings.mdx
+68-1Lines changed: 68 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,74 @@ Chords are shown with a + between the keys. You have 2 seconds to hit the 2nd ch
105
105
| <Kbdk="Shift:PageUp"/> | Scroll up one page |
106
106
| <Kbdk="Shift:PageDown"/>| Scroll down one page |
107
107
108
-
## Customizeable Systemwide Global Hotkey
108
+
## Customizing Keybindings
109
+
110
+
You can override, remap, or disable any default keybinding by editing `keybindings.json` in the Wave config directory (`~/.config/waveterm/keybindings.json`). You can also edit this file from within Wave by opening the Config editor and selecting "Keybindings" in the sidebar.
111
+
112
+
The file uses a VS Code-style array format. Each entry maps a key combination to an action ID. Only overrides are needed — all defaults apply automatically.
Changes take effect immediately — no restart required.
174
+
175
+
## Customizable Systemwide Global Hotkey
109
176
110
177
Wave allows setting a custom global hotkey to focus your most recent window from anywhere in your computer. For more information on this, see [the config docs](./config#customizable-systemwide-global-hotkey).
0 commit comments