diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index e498fe2..575bd6a 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -78,6 +78,11 @@ bind 7 select-pane -t 7 bind 8 select-pane -t 8 bind 9 select-pane -t 9 +bind P paste-buffer +bind-key -T copy-mode-vi v send-keys -X begin-selection +bind-key -T copy-mode-vi y send-keys -X copy-selection +bind-key -T copy-mode-vi r send-keys -X rectangle-toggle + # set default terminal mode to 256 colors # set -g default-terminal "screen-256color" # set default terminal mode to 256 colors