From c33ea2757cbc4d427b36af73fccb28afbd655925 Mon Sep 17 00:00:00 2001 From: dmunozv04 <39565245+dmunozv04@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:55:01 +0200 Subject: [PATCH] Docs: add undo-timeout configuration setting name --- src/input/Binding.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/Binding.zig b/src/input/Binding.zig index 02feeaa99..b0e4e918d 100644 --- a/src/input/Binding.zig +++ b/src/input/Binding.zig @@ -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