Set the TERM in tmux correctly
This commit is contained in:
parent
ad580cfaad
commit
606b878ee4
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ unbind C-b
|
|||
set -g prefix C-a
|
||||
bind C-a send-prefix
|
||||
|
||||
set -g default-terminal "screen-256color"
|
||||
set -g default-terminal "$TERM"
|
||||
set -ga terminal-overrides ",$TERM:Tc"
|
||||
|
||||
set -s escape-time 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue