input: note that toggle_split_zoom is macOS only

This commit is contained in:
Mitchell Hashimoto
2024-10-25 09:34:42 -07:00
parent 582b8d039a
commit 4885ffd042

View File

@ -312,7 +312,8 @@ pub const Action = union(enum) {
/// Focus on a split in a given direction. /// Focus on a split in a given direction.
goto_split: SplitFocusDirection, 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, toggle_split_zoom: void,
/// Resize the current split by moving the split divider in the given /// Resize the current split by moving the split divider in the given