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 -g default-terminal "screen-256color"
|
||||||
set-option -sa terminal-overrides ',xterm-256color:RGB'
|
set-option -sa terminal-overrides ',xterm-256color:RGB'
|
||||||
|
|
||||||
# enable mouse selection
|
# enable mouse support for switching panes/windows
|
||||||
# Note: may break OSX copy/paste
|
set -g mouse-utf8 on
|
||||||
# set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
# extend history
|
# extend history
|
||||||
set -g history-limit 100000
|
set -g history-limit 100000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue