diff --git a/src/input/Binding.zig b/src/input/Binding.zig index f4d117f91..e0ad6c571 100644 --- a/src/input/Binding.zig +++ b/src/input/Binding.zig @@ -230,7 +230,7 @@ pub const Action = union(enum) { unbind: void, /// Send a CSI sequence. The value should be the CSI sequence without the - /// CSI header (`ESC ]` or `\x1b]`). + /// CSI header (`ESC [` or `\x1b[`). csi: []const u8, /// Send an `ESC` sequence.