[tmux] Switch to screen-256color TERM

Most tools seem to handle it pretty well these days.
This commit is contained in:
Sebastian Schulze 2016-08-12 13:09:01 +02:00
parent 37e9c1682d
commit 3c4dd389b7
No known key found for this signature in database
GPG Key ID: 7EC07325206E3E55
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
set -g default-terminal "xterm-256color"
set -g default-terminal "screen-256color"
bind s split-window -v
bind v split-window -h