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
| term:shiftenternewline | bool | when enabled, Shift+Enter sends escape sequence + newline (\u001b\n) instead of carriage return, useful for claude code and similar AI coding tools (default false) |
71
71
| term:macoptionismeta | bool | on macOS, treat the Option key as Meta key for terminal keybindings (default false) |
72
+
| term:cursor <VersionBadgeversion="v0.14" /> | string | terminal cursor style. valid values are `block` (default), `underline`, and `bar`|
| term:bellsound <VersionBadgeversion="v0.14" /> | bool | when enabled, plays the system beep sound when the terminal bell (BEL character) is received (default false) |
73
75
| term:bellindicator <VersionBadgeversion="v0.14" /> | bool | when enabled, shows a visual indicator in the tab when the terminal bell is received (default false) |
74
76
| term:durable <VersionBadgeversion="v0.14" /> | bool | makes remote terminal sessions durable across network disconnects (defaults to false) |
@@ -145,6 +147,8 @@ For reference, this is the current default configuration (v0.14.0):
0 commit comments