mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-22 16:03:50 +01:00
Use provided TERM
This commit is contained in:
parent
c6e8daafbe
commit
7f21b42fc0
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user