Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/tui/src/config/keybind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const keybind = (value: Definition["default"], description: string): Definition
export const Definitions = {
leader: keybind(LeaderDefault, "Leader key for keybind combinations"),

app_exit: keybind("ctrl+c,ctrl+d,<leader>q", "Exit the application"),
app_exit: keybind("ctrl+d,<leader>q", "Exit the application"),
app_debug: keybind("none", "Toggle debug panel"),
app_console: keybind("none", "Toggle console"),
app_heap_snapshot: keybind("none", "Write heap snapshot"),
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/ar/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: خصّص اختصارات لوحة المفاتيح.
"$schema": "https://opencode.ai/config.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/bs/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OpenCode ima listu veza tipki koje možete prilagoditi putem `tui.json`.
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/da/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OpenCode har en liste over nøglebindinger, som du kan tilpasse gennem `tui.json
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/de/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OpenCode verfügt über eine Liste von Tastenkombinationen, die Sie über `tui.j
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/es/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OpenCode tiene una lista de combinaciones de teclas que puede personalizar a tra
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/fr/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OpenCode a une liste de raccourcis clavier que vous pouvez personnaliser via la
"$schema": "https://opencode.ai/config.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/it/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OpenCode ha una lista di scorciatoie che puoi personalizzare tramite `tui.json`.
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/ja/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OpenCode には、`tui.json` を通じてカスタマイズできるキーバイ
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ OpenCode has a list of keybinds that you can customize through `tui.json`.
"leader_timeout": 2000,
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"app_debug": "none",
"app_console": "none",
"app_heap_snapshot": "none",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/ko/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OpenCode에는 `tui.json`을 통해 커스터마이즈할 수 있는 키바인
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/nb/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OpenCode har en liste over tastebindinger som du kan tilpasse gjennom `tui.json`
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/pl/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OpenCode zawiera listę skrótów klawiszowych, które można dostosować za pom
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/pt-br/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ O opencode tem uma lista de atalhos de teclado que você pode personalizar atrav
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/ru/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ opencode имеет список сочетаний клавиш, которые
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/th/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OpenCode มีรายการปุ่มลัดที่คุณปร
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/tr/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ opencode, `tui.json` aracılığıyla özelleştirebileceğiniz bir tuş bağlan
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/zh-cn/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OpenCode 提供了一系列快捷键,您可以通过 `tui.json` 进行自定
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/src/content/docs/zh-tw/keybinds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OpenCode 提供了一系列快捷鍵,您可以透過 `tui.json` 進行自訂
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"leader": "ctrl+x",
"app_exit": "ctrl+c,ctrl+d,<leader>q",
"app_exit": "ctrl+d,<leader>q",
"editor_open": "<leader>e",
"theme_list": "<leader>t",
"sidebar_toggle": "<leader>b",
Expand Down
Loading