dotfiles/home/.config/zellij/config.kdl

12 lines
203 B
Plaintext
Raw Normal View History

theme "kanagawa"
keybinds {
unbind "Ctrl g"
locked {
bind "Ctrl l" { SwitchToMode "Normal"; }
}
shared_except "locked" {
bind "Ctrl l" { SwitchToMode "Locked"; }
}
}