Add a reset-window-height action

This commit is contained in:
Ivan Molodetskikh
2024-05-11 09:33:23 +04:00
parent 2fd9a03bd7
commit 1c14a0a2a9
7 changed files with 38 additions and 0 deletions
+2
View File
@@ -208,6 +208,8 @@ pub enum Action {
#[cfg_attr(feature = "clap", arg())]
change: SizeChange,
},
/// Reset the height of the focused window back to automatic.
ResetWindowHeight,
/// Switch between preset column widths.
SwitchPresetColumnWidth,
/// Toggle the maximized state of the focused column.