Enable tmux mouse support.
This commit is contained in:
parent
7f452e29b5
commit
1dcde79f70
@ -70,8 +70,10 @@ bind r source-file ~/.tmux.conf \; display-message "Config reloaded..."
|
||||
# auto window rename
|
||||
set-window-option -g automatic-rename
|
||||
|
||||
# rm mouse mode fail
|
||||
set -g mode-mouse off
|
||||
# mouse support
|
||||
set-option -g mouse-select-pane on
|
||||
set-option -g mouse-select-window on
|
||||
set-window-option -g mode-mouse on
|
||||
|
||||
# color
|
||||
set -g default-terminal "screen-256color"
|
||||
|
Loading…
Reference in New Issue
Block a user