1
Fork 0
dotfiles/.config/tmux/tmux.conf

4 lines
159 B
Bash

setw -g mode-keys vi
set -sg escape-time 0
bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel