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
|
|
|
|
}
|
|
|
|
}
|
2023-06-09 10:00:42 +00:00
|
|
|
keybinds {
|
2023-07-25 10:05:48 +00:00
|
|
|
shared {
|
2024-11-18 02:18:16 +00:00
|
|
|
bind "Alt p" {
|
|
|
|
SwitchFocus
|
|
|
|
}
|
|
|
|
bind "Alt o" {
|
|
|
|
NewTab
|
|
|
|
}
|
|
|
|
bind "Alt ]" {
|
|
|
|
GoToNextTab
|
|
|
|
}
|
|
|
|
bind "Alt [" {
|
|
|
|
GoToPreviousTab
|
|
|
|
}
|
|
|
|
bind "Alt n" {
|
|
|
|
NewPane
|
|
|
|
}
|
|
|
|
bind "Alt m" {
|
|
|
|
NewPane "Down"
|
|
|
|
}
|
2023-06-09 10:00:42 +00:00
|
|
|
}
|
|
|
|
}
|