summaryrefslogtreecommitdiffstats
path: root/example/default.kdl
diff options
context:
space:
mode:
Diffstat (limited to 'example/default.kdl')
-rw-r--r--example/default.kdl26
1 files changed, 20 insertions, 6 deletions
diff --git a/example/default.kdl b/example/default.kdl
index 04879ecf4..0d49686e2 100644
--- a/example/default.kdl
+++ b/example/default.kdl
@@ -114,7 +114,7 @@ keybinds {
bind "Ctrl s" { SwitchToMode "Scroll"; }
bind "d" { Detach; }
bind "w" {
- LaunchOrFocusPlugin "zellij:session-manager" {
+ LaunchOrFocusPlugin "session-manager" {
floating true
move_to_focused_tab true
};
@@ -148,6 +148,8 @@ keybinds {
bind "Ctrl g" { SwitchToMode "Locked"; }
bind "Ctrl q" { Quit; }
bind "Alt n" { NewPane; }
+ bind "Alt i" { MoveTab "Left"; }
+ bind "Alt o" { MoveTab "Right"; }
bind "Alt h" "Alt Left" { MoveFocusOrTab "Left"; }
bind "Alt l" "Alt Right" { MoveFocusOrTab "Right"; }
bind "Alt j" "Alt Down" { MoveFocus "Down"; }
@@ -184,11 +186,17 @@ keybinds {
}
plugins {
- tab-bar { path "tab-bar"; }
- status-bar { path "status-bar"; }
- strider { path "strider"; }
- compact-bar { path "compact-bar"; }
- session-manager { path "session-manager"; }
+ tab-bar location="zellij:tab-bar"
+ status-bar location="zellij:status-bar"
+ strider location="zellij:strider"
+ compact-bar location="zellij:compact-bar"
+ session-manager location="zellij:session-manager"
+ welcome-screen location="zellij:session-manager" {
+ welcome_screen true
+ }
+ filepicker location="zellij:strider" {
+ cwd "/"
+ }
}
// Choose what to do when zellij receives SIGTERM, SIGINT, SIGQUIT or SIGHUP
@@ -349,3 +357,9 @@ plugins {
// Default: true
//
// styled_underlines false
+
+// Enable or disable writing of session metadata to disk (if disabled, other sessions might not know
+// metadata info on this session)
+// Default: false
+//
+// disable_session_metadata true