Add copy-paste to tmux
This commit is contained in:
parent
66d5b2d478
commit
d24f3bd554
|
@ -14,3 +14,5 @@ bind r source-file ~/.tmux.conf
|
||||||
|
|
||||||
set -g visual-activity off
|
set -g visual-activity off
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
# This copies highlighted text.
|
||||||
|
set -g mouse-select-window on
|
||||||
|
|
Reference in New Issue