.tmux.conf: Add note about setting the proper term

This commit is contained in:
Alan Orth 2013-06-06 16:18:30 +03:00
parent c582ecc1a7
commit 2e4cc9f976
1 changed files with 2 additions and 0 deletions

View File

@ -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"