This commit is contained in:
2025-12-22 16:12:11 +01:00
parent 7640bace55
commit c49857d2bd
6 changed files with 33 additions and 10 deletions

View File

@@ -163,7 +163,7 @@ keybinds clear-defaults=true {
bind "Alt k" { MoveFocus "up"; }
bind "Alt l" { MoveFocusOrTab "right"; }
bind "Alt n" { NewPane; }
bind "Alt o" { MoveTab "right"; }
bind "Alt Shift n" { NewTab; }
bind "Alt p" { TogglePaneInGroup; }
bind "Alt Shift p" { ToggleGroupMarking; }
}
@@ -288,7 +288,7 @@ default_mode "locked"
// The name of the default layout to load on startup
// Default: "default"
//
// default_layout "compact"
default_layout "compact"
// The folder in which Zellij will look for layouts
// (Requires restart)
@@ -307,7 +307,7 @@ default_mode "locked"
// - true (default)
// - false
//
// mouse_mode false
mouse_mode false
// Toggle having pane frames around the panes
// Options:
@@ -377,7 +377,7 @@ copy_command "wl-copy" // wayland
// otherwise this will error if such a session exists.
// Default: <RANDOM>
//
session_name "JonasWork"
session_name "MainSess"
// When `session_name` is provided, attaches to that session
// if it is already running or creates it otherwise.