set tmux terminal type
This commit is contained in:
parent
b776f6e2c8
commit
75f6cdaab2
|
@ -7,7 +7,7 @@ bind-key C-o last-window
|
|||
set-option -g prefix C-o
|
||||
unbind-key C-b
|
||||
|
||||
set -g default-terminal "screen-256color"
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -g history-limit 10000
|
||||
|
||||
set -g history-file ~/.dotfiles/.tmux_history
|
||||
|
|
Loading…
Reference in New Issue