mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-02 11:32:39 +00:00
Docs: add undo-timeout configuration setting name
This commit is contained in:
committed by
Mitchell Hashimoto
parent
6753507826
commit
c33ea2757c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user