fix(keybind): rotate panes accidentally bound to ESC
This commit is contained in:
@@ -80,7 +80,7 @@ bind-key -N "Resize pane right" -r l resize-pane -R 5
|
|||||||
|
|
||||||
# window layout
|
# window layout
|
||||||
bind-key -N "Cycle window layout" enter next-layout
|
bind-key -N "Cycle window layout" enter next-layout
|
||||||
bind-key -N "Rotate panes clockwise around window" -n C-[ rotate-window
|
bind-key -N "Rotate panes clockwise around window" -r 'M-\' rotate-window
|
||||||
|
|
||||||
# Fullscreen current pane
|
# Fullscreen current pane
|
||||||
bind-key -N "Zoom current pane (fill window)" -r m resize-pane -Z
|
bind-key -N "Zoom current pane (fill window)" -r m resize-pane -Z
|
||||||
|
|||||||
Reference in New Issue
Block a user