Document terminal.cursor_shape (#34707)

Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2025-07-18 09:35:36 -04:00 committed by GitHub
parent 1070de47ec
commit fd8480a9dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 49 additions and 1 deletions

View file

@ -448,7 +448,7 @@ See [Zed AI Documentation](./ai/overview.md) for additional non-visual AI settin
// Set the cursor blinking behavior in the terminal (on, off, terminal_controlled)
"blinking": "terminal_controlled",
// Default cursor shape for the terminal (block, bar, underline, hollow)
// Default cursor shape for the terminal cursor (block, bar, underline, hollow)
"cursor_shape": "block",
// Environment variables to add to terminal's process environment