Add copy-paste to tmux

This commit is contained in:
Marcin Jachymiak 2020-01-30 17:19:38 -05:00
parent 66d5b2d478
commit d24f3bd554
1 changed files with 2 additions and 0 deletions

View File

@ -14,3 +14,5 @@ bind r source-file ~/.tmux.conf
set -g visual-activity off
set -g mouse on
# This copies highlighted text.
set -g mouse-select-window on