.tmux.conf: Add note about setting the proper term
This commit is contained in:
@ -115,4 +115,6 @@ set-window-option -g window-status-bell-fg yellow
|
|||||||
set-option -g history-limit 4096
|
set-option -g history-limit 4096
|
||||||
|
|
||||||
# hijack the TERM variable for shells inside tmux
|
# 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"
|
set-option -g default-terminal "screen-256color"
|
||||||
|
Reference in New Issue
Block a user