2020-01-17 19:35:48 +01:00
|
|
|
setw -g mode-keys vi
|
|
|
|
set -g mouse on
|
|
|
|
|
|
|
|
set-option -g allow-rename off
|
2020-08-03 13:39:18 +02:00
|
|
|
|
|
|
|
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
|