tmux mouse support for pane / window switching
This commit is contained in:
parent
f2496d8a7b
commit
b0ce7217cc
1 changed files with 3 additions and 3 deletions
|
|
@ -8,9 +8,9 @@ set-option -g focus-events on
|
|||
set-option -g default-terminal "screen-256color"
|
||||
set-option -sa terminal-overrides ',xterm-256color:RGB'
|
||||
|
||||
# enable mouse selection
|
||||
# Note: may break OSX copy/paste
|
||||
# set -g mouse on
|
||||
# enable mouse support for switching panes/windows
|
||||
set -g mouse-utf8 on
|
||||
set -g mouse on
|
||||
|
||||
# extend history
|
||||
set -g history-limit 100000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue