tmux: add mouse support
This commit is contained in:
parent
68aa91f0e9
commit
5e0bd8e6a8
1 changed files with 3 additions and 0 deletions
|
@ -16,3 +16,6 @@ setw -g mode-keys vi
|
||||||
|
|
||||||
# do not truncate session name
|
# do not truncate session name
|
||||||
set -g status-left-length 15
|
set -g status-left-length 15
|
||||||
|
|
||||||
|
# enable mouse
|
||||||
|
set -g mouse on
|
||||||
|
|
Loading…
Add table
Reference in a new issue