From dc1005f65d0049cc268ad5aa9745f1d2a35230f0 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 10 Jun 2023 10:23:08 +0700 Subject: [PATCH] config: zellij keymap switch panel --- data/zellij/config.kdl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/zellij/config.kdl b/data/zellij/config.kdl index 03fae42..de20bed 100644 --- a/data/zellij/config.kdl +++ b/data/zellij/config.kdl @@ -4,10 +4,12 @@ default_mode "locked" keybinds { normal { + bind "Alt p" { SwitchFocus; } bind "Alt n" { NewPane; } bind "Alt d" { NewPane "Down"; } } locked { + bind "Alt p" { SwitchFocus; } bind "Alt n" { NewPane; } bind "Alt d" { NewPane "Down"; } }