Docs: add undo-timeout configuration setting name (#8639)

The action to undo commands had the configuration option missing

Related to: https://github.com/ghostty-org/website/pull/367
pull/8647/head
Mitchell Hashimoto 2025-09-15 14:02:14 -07:00 committed by GitHub
commit 0646cf8c1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -698,7 +698,7 @@ pub const Action = union(enum) {
/// All actions are only undoable/redoable for a limited time.
/// For example, restoring a closed split can only be done for
/// some number of seconds since the split was closed. The exact
/// amount is configured with `TODO`.
/// amount is configured with the `undo-timeout` configuration settings.
///
/// The undo/redo actions being limited ensures that there is
/// bounded memory usage over time, closed surfaces don't continue running