AutoYADM commit: 2025-02-06 22:15:03

This commit is contained in:
Daniel Fichtinger 2025-02-06 22:15:03 -05:00
parent cf09f90992
commit 0ab5d85d4c

View file

@ -139,7 +139,7 @@ keybinds clear-defaults=true {
bind "Ctrl M" { SwitchToMode "move"; } bind "Ctrl M" { SwitchToMode "move"; }
} }
shared_except "locked" "session" { shared_except "locked" "session" {
bind "Ctrl O" { SwitchToMode "session"; } bind "Ctrl S" { SwitchToMode "session"; }
} }
shared_except "locked" "scroll" { shared_except "locked" "scroll" {
// bind "Alt left" { MoveFocusOrTab "left"; } // bind "Alt left" { MoveFocusOrTab "left"; }
@ -160,7 +160,7 @@ keybinds clear-defaults=true {
bind "Ctrl b" { SwitchToMode "tmux"; } bind "Ctrl b" { SwitchToMode "tmux"; }
} }
shared_except "locked" "scroll" "search" { shared_except "locked" "scroll" "search" {
bind "Ctrl s" { SwitchToMode "scroll"; } bind "Ctrl ?" { SwitchToMode "scroll"; }
} }
shared_except "locked" "tab" { shared_except "locked" "tab" {
bind "Ctrl t" { SwitchToMode "tab"; } bind "Ctrl t" { SwitchToMode "tab"; }