chore(zellij): hide session name (wip)
parent
ff0fbc0742
commit
c552f81827
|
@ -4,6 +4,12 @@ default_mode "locked"
|
||||||
on_force_close "quit"
|
on_force_close "quit"
|
||||||
simplified_ui true
|
simplified_ui true
|
||||||
|
|
||||||
|
ui {
|
||||||
|
pane_frames {
|
||||||
|
hide_session_name true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
keybinds {
|
keybinds {
|
||||||
normal {
|
normal {
|
||||||
bind "Alt p" { SwitchFocus; }
|
bind "Alt p" { SwitchFocus; }
|
||||||
|
|
Loading…
Reference in New Issue