Setup correct .tmux.conf

This commit is contained in:
David Holland 2020-08-03 13:39:18 +02:00
parent 4a85a10b9b
commit b030248c91
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
setw -g mode-keys vi
bind r source-file ~/.tmux.conf
set -g mouse on
set-option -g allow-rename off
bind r source-file ~/.tmux.conf
bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel