switched terminal from screen-256color to xterm-256color as the former was causing issues in some instances

This commit is contained in:
2012-03-02 08:38:46 +00:00
parent 25dcd36761
commit 72698a12ee

View File

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