dotfiles/data/zellij/config.kdl

23 lines
435 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
2023-07-19 18:26:29 +00:00
ui {
pane_frames {
hide_session_name true
}
}
keybinds {
2023-07-25 10:05:48 +00:00
shared {
2023-06-10 03:23:08 +00:00
bind "Alt p" { SwitchFocus; }
2023-07-25 10:05:48 +00:00
bind "Alt o" { NewTab; }
bind "Alt ]" { GoToNextTab; }
bind "Alt [" { GoToPreviousTab; }
bind "Alt n" { NewPane; }
2023-07-04 05:47:05 +00:00
bind "Alt m" { NewPane "Down"; }
}
}