From 6eeaea5113cc7774c5e69a9b2297f3c320f5a506 Mon Sep 17 00:00:00 2001 From: mo8it Date: Sat, 2 Mar 2024 16:08:04 +0100 Subject: [PATCH] Remove the swap layout key binding --- .config/zellij/config.kdl | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/zellij/config.kdl b/.config/zellij/config.kdl index 1bed794..296ba33 100644 --- a/.config/zellij/config.kdl +++ b/.config/zellij/config.kdl @@ -11,7 +11,6 @@ session_serialization false keybinds clear-defaults=true { normal { - bind "Alt l" { NextSwapLayout; } bind "Alt L" { SwitchToMode "locked"; } bind "Alt p" { SwitchToMode "pane"; } bind "Alt r" { SwitchToMode "resize"; }