zellij: unbind ctrl a -> ctrl a so that it can be sent to inner zellij
This commit is contained in:
parent
bcf719de89
commit
bedec6e2e4
|
@ -78,7 +78,7 @@ in
|
||||||
|
|
||||||
tmux {
|
tmux {
|
||||||
// Switching modes
|
// Switching modes
|
||||||
bind "Ctrl a" "Ctrl c" "Esc" { SwitchToMode "Normal"; }
|
bind "Ctrl c" "Esc" { SwitchToMode "Normal"; }
|
||||||
bind "w" { SwitchToMode "Resize"; }
|
bind "w" { SwitchToMode "Resize"; }
|
||||||
bind "e" { SwitchToMode "Scroll"; }
|
bind "e" { SwitchToMode "Scroll"; }
|
||||||
bind "S" { SwitchToMode "Session"; }
|
bind "S" { SwitchToMode "Session"; }
|
||||||
|
|
Loading…
Reference in a new issue