diff options
| author | Aiden Cline <[email protected]> | 2026-04-30 23:20:54 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-30 23:20:54 -0500 |
| commit | 08895c396e76122d7b5d5d781542565371473b46 (patch) | |
| tree | 5b45cd6c9c62aa06cf0c47032251edee84f09d0f /packages/web/src/content/docs/keybinds.mdx | |
| parent | 4e451a4b0f71b8f0a22cbbc7cfdc7825a92915e8 (diff) | |
| download | opencode-08895c396e76122d7b5d5d781542565371473b46.tar.gz opencode-08895c396e76122d7b5d5d781542565371473b46.zip | |
docs: fix tui and keybinds documentation (#25233)
Diffstat (limited to 'packages/web/src/content/docs/keybinds.mdx')
| -rw-r--r-- | packages/web/src/content/docs/keybinds.mdx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/keybinds.mdx b/packages/web/src/content/docs/keybinds.mdx index 5488aaf81..4106cb232 100644 --- a/packages/web/src/content/docs/keybinds.mdx +++ b/packages/web/src/content/docs/keybinds.mdx @@ -23,7 +23,7 @@ OpenCode has a list of keybinds that you can customize through `tui.json`. "session_list": "<leader>l", "session_timeline": "<leader>g", "session_fork": "none", - "session_rename": "none", + "session_rename": "ctrl+r", "session_share": "none", "session_unshare": "none", "session_interrupt": "escape", @@ -105,6 +105,13 @@ OpenCode has a list of keybinds that you can customize through `tui.json`. } ``` +:::note +On Windows, the defaults for `input_undo` and `terminal_suspend` are different: + +- `input_undo` defaults to `ctrl+z,ctrl+-,super+z` (the `ctrl+z` binding is added because Windows terminals do not support POSIX suspend). +- `terminal_suspend` is forced to `none` because native Windows terminals do not support POSIX suspend. +::: + --- ## Leader key |
