Set TERM to screen-256color in tmux

This commit is contained in:
2012-05-02 03:16:53 +01:00
parent f6d3211c68
commit 450f4d844e

View File

@@ -3,7 +3,7 @@ unbind C-b
set -g prefix C-q set -g prefix C-q
# Settings # Settings
set -g default-terminal "xterm-256color" set -g default-terminal "screen-256color"
set -g detach-on-destroy on set -g detach-on-destroy on
set -g mode-mouse on set -g mode-mouse on
set -g mouse-select-pane on set -g mouse-select-pane on