Update config.kdl

This commit is contained in:
rsiri 2023-09-22 14:37:43 +02:00 committed by GitHub
parent 0337cd628f
commit 784dcd8ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ keybinds clear-defaults=true {
bind "Alt z" { GoToTab 2; } bind "Alt z" { GoToTab 2; }
bind "Alt e" { GoToTab 3; } bind "Alt e" { GoToTab 3; }
bind "Alt r" { GoToTab 4; } bind "Alt r" { GoToTab 4; }
bind "Ctrl t" { NewTab ; }
} }
locked { locked {
bind "Ctrl g" { SwitchToMode "Normal"; } bind "Ctrl g" { SwitchToMode "Normal"; }
@ -256,7 +257,7 @@ theme "gruvbox-dark"
// The name of the default layout to load on startup // The name of the default layout to load on startup
// Default: "default" // Default: "default"
// //
//default_layout "compact" default_layout "compact"
// Choose the mode that zellij uses when starting up. // Choose the mode that zellij uses when starting up.
// Default: normal // Default: normal