From 2e4cc9f976c9e520ec00bd1b48e4c774b886f6ca Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 6 Jun 2013 16:18:30 +0300 Subject: [PATCH] .tmux.conf: Add note about setting the proper term --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 96c655b..88ec95e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -115,4 +115,6 @@ set-window-option -g window-status-bell-fg yellow set-option -g history-limit 4096 # hijack the TERM variable for shells inside tmux +# According to the tmux FAQ this MUST be "screen" or a derivative +# http://tmux.svn.sourceforge.net/viewvc/tmux/trunk/FAQ set-option -g default-terminal "screen-256color"