summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content')
-rw-r--r--packages/web/src/content/docs/keybinds.mdx10
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"
}
}
```