1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00

Use provided TERM

This commit is contained in:
Valentin Brandl 2019-04-28 20:56:24 +02:00
parent c6e8daafbe
commit 7f21b42fc0
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -64,9 +64,8 @@ set -g message-style fg=white,bg=black,bright
# address vim mode switching delay (http://superuser.com/a/252717/65504)
set -s escape-time 0
# set -g default-terminal "screen-256color"
set -g default-terminal "tmux-256color-italic"
set-option -ga terminal-overrides ",xterm-termite:Tc"
set -g default-terminal "xterm-256color"
set-option -ga terminal-overrides ",xterm-*color:Tc"
set -g set-titles on
set -g set-titles-string "[#S] $USER@#H:#{pane_current_path} #{pane_current_command}"