From df7e4085a9bd12654e0f49bd6282f2067f9b39c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Fri, 9 Feb 2024 22:17:52 +0100 Subject: [PATCH] zellij: Alt H/L to switch tab --- zellij/.config/zellij/config.kdl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zellij/.config/zellij/config.kdl b/zellij/.config/zellij/config.kdl index 6621731..1683369 100644 --- a/zellij/.config/zellij/config.kdl +++ b/zellij/.config/zellij/config.kdl @@ -156,6 +156,8 @@ keybinds { bind "Alt -" { Resize "Decrease"; } bind "Alt [" { PreviousSwapLayout; } bind "Alt ]" { NextSwapLayout; } + bind "Alt H" { GoToPreviousTab; } + bind "Alt L" { GoToNextTab; } } shared_except "normal" "locked" { bind "Enter" "Esc" { SwitchToMode "Normal"; }