23 lines
435 B
Plaintext
23 lines
435 B
Plaintext
theme "catppuccin-mocha"
|
|
default_layout "compact"
|
|
default_mode "locked"
|
|
on_force_close "quit"
|
|
simplified_ui true
|
|
|
|
ui {
|
|
pane_frames {
|
|
hide_session_name true
|
|
}
|
|
}
|
|
|
|
keybinds {
|
|
shared {
|
|
bind "Alt p" { SwitchFocus; }
|
|
bind "Alt o" { NewTab; }
|
|
bind "Alt ]" { GoToNextTab; }
|
|
bind "Alt [" { GoToPreviousTab; }
|
|
bind "Alt n" { NewPane; }
|
|
bind "Alt m" { NewPane "Down"; }
|
|
}
|
|
}
|