dotfiles/.tmux.conf

10 lines
219 B
Plaintext

setw -g mode-keys vi
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