turn on mouse support
This commit is contained in:
parent
08d1b789d3
commit
fb31622c31
@ -4,6 +4,7 @@ bind -r h select-pane -L # move left
|
||||
bind -r j select-pane -D # move down
|
||||
bind -r k select-pane -U # move up
|
||||
bind -r l select-pane -R # move right
|
||||
set -g mouse on
|
||||
|
||||
#plugin manager for install tmux-resurrect
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
|
Loading…
Reference in New Issue
Block a user