compact zellij

This commit is contained in:
2026-03-12 09:58:10 +00:00
parent 97c5f6b0d5
commit ea32a1ce37
+4 -1
View File
@@ -250,7 +250,9 @@ keybinds clear-defaults=true {
// changing these requires a restart to take effect // changing these requires a restart to take effect
plugins { plugins {
about location="zellij:about" about location="zellij:about"
compact-bar location="zellij:compact-bar" compact-bar location="zellij:compact-bar" { // replace it with these lines
tooltip "F1" // choose a keybinding to toggle the hints
}
configuration location="zellij:configuration" configuration location="zellij:configuration"
filepicker location="zellij:strider" { filepicker location="zellij:strider" {
cwd "/" cwd "/"
@@ -309,6 +311,7 @@ default_shell "fish"
default_layout "compact" default_layout "compact"
// The folder in which Zellij will look for layouts // The folder in which Zellij will look for layouts
// (Requires restart) // (Requires restart)
// //