Skip to content

Commit

Permalink
Disable quit in zellij for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Jul 18, 2023
1 parent 8b3d902 commit e9abe83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dot_config/zellij/config.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ keybinds {
bind "Alt #" { SwitchToMode "Normal"; }
// https://github.com/zellij-org/zellij/issues/418#issuecomment-1537037950
}
shared_except "locked" {
unbind "Ctrl q"
}
shared_except "tmux" "locked" {
unbind "Ctrl b"
}
Expand Down

0 comments on commit e9abe83

Please sign in to comment.