7 lines
149 B
Text
7 lines
149 B
Text
keybinds {
|
|
unbind "Ctrl b"
|
|
shared_except "locked" {
|
|
bind "Ctrl q" { Detach; }
|
|
bind "Ctrl Q" { Run "kill-current-zellij-session"; }
|
|
}
|
|
}
|