dotfiles/data/zellij/config.kdl

34 lines
565 B
Plaintext
Raw Permalink 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
2024-11-13 13:35:41 +00:00
pane_frames false
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 {
bind "Alt p" {
SwitchFocus
}
bind "Alt o" {
NewTab
}
bind "Alt ]" {
GoToNextTab
}
bind "Alt [" {
GoToPreviousTab
}
bind "Alt n" {
NewPane
}
bind "Alt m" {
NewPane "Down"
}
}
}