From 2e07fb844108561d719b67ae6e5b5ef3d89b68e1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Feb 2012 18:31:43 +1300 Subject: Don't worry about escape sequences. --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 2e20c3f8..57cffb90 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -43,6 +43,9 @@ set -g default-terminal "screen-256color" # Start window numbering at 1, not 0. set -g base-index 1 +# Don't worry about escape sequences. +set -s escape-time 0 + # Spiffy colours. set -g status-fg colour248 set -g status-bg colour237 -- cgit v1.2.3