From: Colin Patrick McCabe Date: Wed, 12 Oct 2011 18:26:32 +0000 (-0700) Subject: .tmux.conf: add xterm-keys, esc-time-limit-0, etc. X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7abd74dbcdb9b0aa44cd443f9978237dad74ff;p=cmccabe-etc .tmux.conf: add xterm-keys, esc-time-limit-0, etc. Signed-off-by: Colin McCabe --- 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