dotfiles/data/zellij/config.kdl

19 lines
391 B
Plaintext
Raw Normal View History

2023-03-11 11:04:45 +00:00
theme "catppuccin-mocha"
2023-03-13 10:00:34 +00:00
default_layout "compact"
default_mode "locked"
2023-06-10 03:57:08 +00:00
on_force_close "quit"
simplified_ui true
keybinds {
normal {
2023-06-10 03:23:08 +00:00
bind "Alt p" { SwitchFocus; }
bind "Alt n" { NewPane; }
bind "Alt d" { NewPane "Down"; }
}
locked {
2023-06-10 03:23:08 +00:00
bind "Alt p" { SwitchFocus; }
bind "Alt n" { NewPane; }
bind "Alt d" { NewPane "Down"; }
}
}