adapts zellij config

This commit is contained in:
Dennis 2025-12-15 13:59:10 +01:00
parent 38a36bb3d7
commit 0d329c090a
2 changed files with 12 additions and 3 deletions

View file

@ -11,13 +11,22 @@ keybinds clear-defaults=true {
bind "t" { SwitchToMode "Tab"; }
bind "/" { SwitchToMode "Scroll"; }
// Plugins
bind "s" {
// Plugins / Tools
bind "w" {
LaunchOrFocusPlugin "session-manager" {
floating true
move_to_focused_tab true
};
SwitchToMode "Locked"
}
bind "s" { Run "sessionizer" {
close_on_exit true
floating true
x "20%"
y "20%"
width "60%"
height "60%"
}; SwitchToMode "locked"; }
// Global keybindings
bind "c" { NewTab; SwitchToMode "Locked"; }