fix(keybind): rotate panes accidentally bound to ESC

This commit is contained in:
2024-12-18 10:43:51 -05:00
parent c2f856edab
commit 4d1de71604
+1 -1
View File
@@ -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