Enable easier text selection in tmux

This commit is contained in:
Tim Schubert 2021-01-30 23:48:48 +01:00
parent bb37feb230
commit 9d1b8ae533
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -12,6 +12,10 @@ in
enable = true; enable = true;
terminal = "xterm-256color"; terminal = "xterm-256color";
extraConfig = '' extraConfig = ''
set -g mouse on
set -g set-clipboard on
bind-key -Tcopy-mode v send -X begin-selection
bind-key -Tcopy-mode y send -X copy-selection
set -g status on set -g status on
set-option -g set-titles on set-option -g set-titles on
set-option -g automatic-rename on set-option -g automatic-rename on