From 8f7abd74dbcdb9b0aa44cd443f9978237dad74ff Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Wed, 12 Oct 2011 11:26:32 -0700 Subject: [PATCH 1/1] .tmux.conf: add xterm-keys, esc-time-limit-0, etc. Signed-off-by: Colin McCabe --- .tmux.conf | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index e15bb48..0a1d98d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,12 +1,19 @@ +# turn off esc-wait so that vi works correctly +set-option -sg escape-time 0 + # use control-K as the prefix set -g prefix C-k unbind C-b bind C-k send-prefix +set-option -g history-limit 100000 +set-window-option -g xterm-keys on + set-window-option -g mode-keys vi set-option -g status-keys vi set-window-option -g utf8 on set-window-option -g mode-mouse on # enable mouse +set -g default-terminal "screen-256color" set -g visual-bell off -- 1.6.6.rc1.39.g9a42