mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-21 23:05:25 +00:00
Fixed tmux window switch Left<->Right
This commit is contained in:
parent
589090ad04
commit
c31c5f66be
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue