Revert tmux terminal name

This commit is contained in:
Anthony Rose 2021-11-14 13:27:18 +00:00
parent be4a3ece59
commit 6ecae05193

View file

@ -5,7 +5,7 @@ bind-key R source-file "${HOME}/.tmux.conf"
bind-key S command-prompt -p "Move to:" "swap-pane -s. -t%1 \; select-pane -t%1"
set-option -g base-index 1
set-option -g default-command "$SHELL"
set-option -g default-terminal "tmux-256color"
set-option -g default-terminal "xterm-256color"
set-option -g display-panes-time 5000
set-option -g mouse off
set-option -g pane-base-index 1