Add center-visible-columns action

This commit is contained in:
Ivan Molodetskikh
2025-05-12 14:11:38 +03:00
parent 7227e64149
commit defd4c5c4d
8 changed files with 86 additions and 0 deletions
+2
View File
@@ -426,6 +426,8 @@ pub enum Action {
#[cfg_attr(feature = "clap", arg(long))]
id: Option<u64>,
},
/// Center all fully visible columns on the screen.
CenterVisibleColumns {},
/// Focus the workspace below.
FocusWorkspaceDown {},
/// Focus the workspace above.