fix(tmux): use proper term
This commit is contained in:
parent
f82a972244
commit
6c3740c513
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ set -g prefix M-x
|
|||
unbind C-b
|
||||
bind M-x send
|
||||
|
||||
set -g default-terminal "$TERM"
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -g default-shell "$SHELL"
|
||||
|
||||
set -g renumber-windows on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue