zellij: unbind ctrl a -> ctrl a so that it can be sent to inner zellij

This commit is contained in:
Tigor Hutasuhut 2024-08-02 16:59:22 +07:00
parent bcf719de89
commit bedec6e2e4

View file

@ -78,7 +78,7 @@ in
tmux {
// Switching modes
bind "Ctrl a" "Ctrl c" "Esc" { SwitchToMode "Normal"; }
bind "Ctrl c" "Esc" { SwitchToMode "Normal"; }
bind "w" { SwitchToMode "Resize"; }
bind "e" { SwitchToMode "Scroll"; }
bind "S" { SwitchToMode "Session"; }