Set default terminal to xterm-256color
This commit is contained in:
parent
e19605baae
commit
d325fee87f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# use vim copy/paste keybindings
|
||||
setw -g mode-keys vi
|
||||
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ga terminal-overrides ",tmux-256color:Tc"
|
||||
set -g default-terminal "xterm-256color"
|
||||
set -ga terminal-overrides ",xterm-256color:Tc"
|
||||
|
||||
set -g default-shell /bin/bash
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue