From 4885ffd04287e65b0781e01045d3fde1a360c3f3 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 25 Oct 2024 09:34:42 -0700 Subject: [PATCH] input: note that toggle_split_zoom is macOS only --- src/input/Binding.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/input/Binding.zig b/src/input/Binding.zig index 64016659a..1615cf035 100644 --- a/src/input/Binding.zig +++ b/src/input/Binding.zig @@ -312,7 +312,8 @@ pub const Action = union(enum) { /// Focus on a split in a given direction. goto_split: SplitFocusDirection, - /// zoom/unzoom the current split. + /// zoom/unzoom the current split. This is currently only supported + /// on macOS. Contributions welcome for other platforms. toggle_split_zoom: void, /// Resize the current split by moving the split divider in the given