Fix copy-paste in tmux

This commit is contained in:
Tim Schubert 2021-03-20 14:26:11 +01:00
parent b498fd2ba0
commit cd21dba137
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
3 changed files with 10 additions and 10 deletions

View file

@ -15,12 +15,10 @@ in
set -g automatic-rename on
set -g mode-keys vi
set -g mouse on
set -g set-clipboard on
set -g set-clipboard external
set -g set-titles on
set -g status on
set-window-option -g mode-keys vi
bind-key -Tcopy-mode v send -X begin-selection
bind-key -Tcopy-mode y send -X copy-selection
'';
};
};