diff --git a/.tmux.conf b/.tmux.conf index 2ccad39..0971fef 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -10,7 +10,7 @@ # -- general ------------------------------------------------------------------- set -g default-terminal "screen-256color" -if 'infocmp -x tmux-256color > /dev/null 2>&1' 'set -g default-terminal "tmux-256color"' +if '/usr/bin/infocmp -x tmux-256color > /dev/null 2>&1' 'set -g default-terminal "tmux-256color"' setw -g xterm-keys on set -s escape-time 10 # faster command sequences