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
|`leader`| The key used by `<leader>` sequences. Defaults to `ctrl+x`.|
61
61
|`leader_timeout`| How long OpenCode waits for the next key after the leader key, in milliseconds. Defaults to `2000`. |
62
-
|`sections`| A map of TUI areas to command bindings. |
62
+
|`sections`| A map of TUI areas to command bindings.|
63
63
64
64
---
65
65
@@ -310,7 +310,7 @@ On native Windows, the defaults for undo and terminal suspend are different for
310
310
311
311
-`input.undo` defaults to `ctrl+z,ctrl+-,super+z` when it is not explicitly configured (the `ctrl+z` binding is added because Windows terminals do not support POSIX suspend).
312
312
-`terminal.suspend` is disabled because native Windows terminals do not support POSIX suspend.
0 commit comments