File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ keybinds {
30
30
bind "Alt k" { MoveFocus "Up" ; }
31
31
bind "Alt +" { Resize "Increase" ; }
32
32
bind "Alt -" { Resize "Decrease" ; }
33
+ bind "Alt \\ " { FocusLastPane ; }
33
34
}
34
35
pane clear-defaults= true {
35
36
bind "Enter" "Esc" "Space" { SwitchToMode "normal" ; }
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ keybinds {
22
22
bind "l" "Right" { MoveFocus "Right" ; }
23
23
bind "j" "Down" { MoveFocus "Down" ; }
24
24
bind "k" "Up" { MoveFocus "Up" ; }
25
+ bind "\\ " { FocusLastPane ; }
25
26
bind "p" { SwitchFocus ; }
26
27
bind "n" { NewPane ; SwitchToMode "Normal" ; }
27
28
bind "d" { NewPane "Down" ; SwitchToMode "Normal" ; }
@@ -125,6 +126,7 @@ keybinds {
125
126
bind "j" { MoveFocus "Down" ; SwitchToMode "Normal" ; }
126
127
bind "k" { MoveFocus "Up" ; SwitchToMode "Normal" ; }
127
128
bind "o" { FocusNextPane ; }
129
+ bind ";" { FocusLastPane ; }
128
130
bind "d" { Detach ; }
129
131
bind "x" { CloseFocus ; SwitchToMode "Normal" ; }
130
132
}
Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ keybinds {
169
169
bind "j" { MoveFocus "Down" ; SwitchToMode "Normal" ; }
170
170
bind "k" { MoveFocus "Up" ; SwitchToMode "Normal" ; }
171
171
bind "o" { FocusNextPane ; }
172
+ bind ";" { FocusLastPane ; }
172
173
bind "d" { Detach ; }
173
174
bind "Space" { NextSwapLayout ; }
174
175
bind "x" { CloseFocus ; SwitchToMode "Normal" ; }
@@ -188,6 +189,7 @@ keybinds {
188
189
bind "Alt -" { Resize "Decrease" ; }
189
190
bind "Alt [" { PreviousSwapLayout ; }
190
191
bind "Alt ]" { NextSwapLayout ; }
192
+ bind "Alt \\ " { FocusLastPane ; }
191
193
}
192
194
shared_except "normal" "locked" {
193
195
bind "Enter" "Esc" { SwitchToMode "Normal" ; }
You can’t perform that action at this time.
0 commit comments