summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
blob: 54dba913648fc0ea08003fe725878425294e8904 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Reduce Esc-key processing delay
set -sg escape-time 100
set-option -g default-terminal "screen-256color"
set-window-option -g mode-keys vi

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