diff options
| author | Damian Barabonkov <[email protected]> | 2026-01-06 20:10:35 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-06 13:10:35 -0600 |
| commit | 3049ac576afafc53d1df584710a111ccdfa64374 (patch) | |
| tree | d76a427cfa318528707b3e0b10bfcdf4a09610fd | |
| parent | 494e03490e50852c7f67f1a61aa4b44f30eebb00 (diff) | |
| download | opencode-3049ac576afafc53d1df584710a111ccdfa64374.tar.gz opencode-3049ac576afafc53d1df584710a111ccdfa64374.zip | |
docs: Expand keybinds documentation (#7108)
| -rw-r--r-- | packages/web/src/content/docs/keybinds.mdx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/keybinds.mdx b/packages/web/src/content/docs/keybinds.mdx index 79464642f..d7ac002d4 100644 --- a/packages/web/src/content/docs/keybinds.mdx +++ b/packages/web/src/content/docs/keybinds.mdx @@ -14,12 +14,16 @@ OpenCode has a list of keybinds that you can customize through the OpenCode conf "editor_open": "<leader>e", "theme_list": "<leader>t", "sidebar_toggle": "<leader>b", + "scrollbar_toggle": "none", "username_toggle": "none", "status_view": "<leader>s", + "tool_details": "none", "session_export": "<leader>x", "session_new": "<leader>n", "session_list": "<leader>l", "session_timeline": "<leader>g", + "session_fork": "none", + "session_rename": "none", "session_share": "none", "session_unshare": "none", "session_interrupt": "escape", @@ -43,6 +47,8 @@ OpenCode has a list of keybinds that you can customize through the OpenCode conf "model_list": "<leader>m", "model_cycle_recent": "f2", "model_cycle_recent_reverse": "shift+f2", + "model_cycle_favorite": "none", + "model_cycle_favorite_reverse": "none", "variant_cycle": "ctrl+t", "command_list": "ctrl+p", "agent_list": "<leader>a", @@ -87,7 +93,9 @@ OpenCode has a list of keybinds that you can customize through the OpenCode conf "input_delete_word_backward": "ctrl+w,ctrl+backspace,alt+backspace", "history_previous": "up", "history_next": "down", - "terminal_suspend": "ctrl+z" + "terminal_suspend": "ctrl+z", + "terminal_title_toggle": "none", + "tips_toggle": "<leader>h" } } ``` |
