You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/config.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ wsh editconfig
41
41
| app:ctrlvpaste | bool | On Windows/Linux, when null (default) uses Control+V on Windows only. Set to true to force Control+V on all non-macOS platforms, false to disable the accelerator. macOS always uses Command+V regardless of this setting |
42
42
| app:confirmquit <VersionBadgeversion="v0.14" /> | bool | Set to false to disable the quit confirmation dialog when closing Wave Terminal (defaults to true, requires app restart) |
43
43
| app:hideaibutton <VersionBadgeversion="v0.14" /> | bool | Set to true to hide the AI button in the tab bar (defaults to false) |
44
+
| app:disablectrlshiftarrows <VersionBadgeversion="v0.14" /> | bool | Set to true to disable Ctrl+Shift+Arrow keybindings for block navigation (defaults to false) |
45
+
| app:disablectrlshiftdisplay <VersionBadgeversion="v0.14" /> | bool | Set to true to disable the Ctrl+Shift visual indicator display (defaults to false) |
44
46
| ai:preset | string | the default AI preset to use |
45
47
| ai:baseurl | string | Set the AI Base Url (must be OpenAI compatible) |
0 commit comments