summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
blob: 0c66d06ca65caaad1bf72bb48bb9a16cea81232f (plain) (blame)
1
2
3
4
5
6
7
# 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-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel