.tmux.conf: Add note about setting the proper term
This commit is contained in:
parent
c582ecc1a7
commit
2e4cc9f976
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user