From 111871040fee1f7c9466f68bdde5501982ea0c92 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 13 Nov 2024 19:45:03 -0500 Subject: [PATCH] AutoYADM commit: 2024-11-13 19:45:03 --- .config/zellij/config.kdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/zellij/config.kdl b/.config/zellij/config.kdl index a374bed5..dcbe62f2 100644 --- a/.config/zellij/config.kdl +++ b/.config/zellij/config.kdl @@ -125,7 +125,8 @@ keybinds clear-defaults=true { bind "Alt l" { PreviousSwapLayout; } bind "Alt u" { NextSwapLayout; } bind "Alt f" { ToggleFocusFullscreen; } - bind "Alt z" { ToggleFloatingPanes; } + bind "Alt w" { ToggleFloatingPanes; } + bind "Alt z" { TogglePaneFrames; } bind "Ctrl g" { SwitchToMode "locked"; } bind "Alt j" { GoToPreviousTab; } bind "Alt y" { GoToNextTab; }