Просмотр исходного кода

docs: Expand keybinds documentation (#7108)

Damian Barabonkov 1 месяц назад
Родитель
Сommit
3049ac576a
1 измененных файлов с 9 добавлено и 1 удалено
  1. 9 1
      packages/web/src/content/docs/keybinds.mdx

+ 9 - 1
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"
   }
 }
 ```