diff --git a/src/input/Binding.zig b/src/input/Binding.zig index b684e6cd6..29276390d 100644 --- a/src/input/Binding.zig +++ b/src/input/Binding.zig @@ -360,8 +360,8 @@ pub const Action = union(enum) { /// keybind = cmd+shift+d=new_split:right new_split: SplitDirection, - /// Focus on a split in a given direction. For example `goto_split:up`. - /// Valid values are left, right, up, down, previous and next. + /// Focus on a split in a given direction. For example `goto_split:top`. + /// Valid values are left, right, top, bottom, previous and next. goto_split: SplitFocusDirection, /// zoom/unzoom the current split.