From 45ec90f2ff03ba98deeaa8dac8c070360155c98b Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Wed, 7 Aug 2024 10:54:44 -0400 Subject: [PATCH] new: zellij return to previous tab creature-comfort --- home/private_dot_config/zellij/config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/private_dot_config/zellij/config.kdl b/home/private_dot_config/zellij/config.kdl index 08df538..282e107 100644 --- a/home/private_dot_config/zellij/config.kdl +++ b/home/private_dot_config/zellij/config.kdl @@ -123,7 +123,7 @@ keybinds { } tmux { bind "[" { SwitchToMode "Scroll"; } - bind "Ctrl b" { Write 2; SwitchToMode "Normal"; } + bind "Ctrl a" { ToggleTab; SwitchToMode "Normal"; } bind "\"" { NewPane "Down"; SwitchToMode "Normal"; } bind "%" { NewPane "Right"; SwitchToMode "Normal"; } bind "z" { ToggleFocusFullscreen; SwitchToMode "Normal"; }