Fixed tmux window switch Left<->Right

This commit is contained in:
Sagi Dayan 2021-12-13 15:53:19 +02:00
parent 589090ad04
commit c31c5f66be
Signed by: sagi
GPG key ID: FAB96BFC63B46458

View file

@ -11,9 +11,9 @@ bind -n M-j select-pane -D
# <prefix>-h|l|Left|Right
bind-key h previous-window
bind-key Right previous-window
bind-key Left previous-window
bind-key l next-window
bind-key Left next-window
bind-key Right next-window
# Mouse mode
setw -g mouse on