adds keybinding for sessionizer

This commit is contained in:
Dennis Schoepf 2025-12-04 19:42:52 +01:00
parent d030d7bca9
commit 88b8e9a350
3 changed files with 17 additions and 3 deletions

View file

@ -9,7 +9,16 @@ keybinds clear-defaults=true {
bind "r" { SwitchToMode "Resize"; }
bind "m" { SwitchToMode "Move"; }
bind "t" { SwitchToMode "Tab"; }
bind "s" { SwitchToMode "Scroll"; }
bind "/" { SwitchToMode "Scroll"; }
// Plugins
bind "s" {
LaunchOrFocusPlugin "session-manager" {
floating true
move_to_focused_tab true
};
SwitchToMode "Locked"
}
// Global keybindings
bind "c" { NewTab; SwitchToMode "Locked"; }