This commit is contained in:
Thomas G. Lopes
2026-02-24 16:43:46 +00:00
parent f07eb3c39f
commit fe2033c564
+6 -6
View File
@@ -68,7 +68,7 @@ keybinds clear-defaults=true {
bind "j" { Resize "Increase down"; }
bind "k" { Resize "Increase up"; }
bind "l" { Resize "Increase right"; }
bind "Ctrl n" { SwitchToMode "normal"; }
bind "Ctrl x" { SwitchToMode "normal"; }
}
move {
bind "left" { MovePane "left"; }
@@ -76,7 +76,7 @@ keybinds clear-defaults=true {
bind "up" { MovePane "up"; }
bind "right" { MovePane "right"; }
bind "h" { MovePane "left"; }
bind "Ctrl h" { SwitchToMode "normal"; }
bind "Ctrl m" { SwitchToMode "normal"; }
bind "j" { MovePane "down"; }
bind "k" { MovePane "up"; }
bind "l" { MovePane "right"; }
@@ -156,8 +156,11 @@ keybinds clear-defaults=true {
bind "Alt Shift p" { ToggleGroupMarking; }
// bind "Ctrl q" { Quit; }
}
shared_except "locked" "resize" {
bind "Ctrl x" { SwitchToMode "resize"; }
}
shared_except "locked" "move" {
bind "Ctrl h" { SwitchToMode "move"; }
bind "Ctrl m" { SwitchToMode "move"; }
}
shared_except "locked" "session" {
bind "Ctrl e" { SwitchToMode "session"; }
@@ -174,9 +177,6 @@ keybinds clear-defaults=true {
shared_except "locked" "pane" {
bind "Ctrl p" { SwitchToMode "pane"; }
}
shared_except "locked" "resize" {
bind "Ctrl n" { SwitchToMode "resize"; }
}
shared_except "normal" "locked" "entersearch" {
bind "enter" { SwitchToMode "normal"; }
}