From b587125f06f82e92a234786a7ead54449e89724e Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sun, 27 Aug 2023 22:04:38 +0200 Subject: fix(panes): refocus pane properly on tab change (#2734) * fix(panes): stacked panes focus bug * style(fmt): rustfmt --- zellij-utils/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zellij-utils/src/cli.rs') diff --git a/zellij-utils/src/cli.rs b/zellij-utils/src/cli.rs index 957a13c1a..f8c59f543 100644 --- a/zellij-utils/src/cli.rs +++ b/zellij-utils/src/cli.rs @@ -292,7 +292,7 @@ pub enum CliAction { requires("command") )] start_suspended: bool, - #[clap(short, long, value_parser)] + #[clap(long, value_parser)] configuration: Option, }, /// Open the specified file in a new zellij pane with your default EDITOR -- cgit v1.2.3