new: zellij return to previous tab

creature-comfort
This commit is contained in:
Matthew Ryan Dillon 2024-08-07 10:54:44 -04:00
parent 89bfaebc4e
commit 45ec90f2ff

View file

@ -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"; }