aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-19 18:31:43 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-19 18:31:43 +1300
commit2e07fb844108561d719b67ae6e5b5ef3d89b68e1 (patch)
tree194a0569920d6603952e5a61a941c1dc0def1f8e /tmux
parentStart window numbering at 1, not 0. (diff)
downloaddotfiles-2e07fb844108561d719b67ae6e5b5ef3d89b68e1.tar.gz
dotfiles-2e07fb844108561d719b67ae6e5b5ef3d89b68e1.zip
Don't worry about escape sequences.
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
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