Switched term from tmux to screen

This commit is contained in:
Michael Mandl 2019-07-15 10:34:59 +02:00
parent 9f6756a38d
commit e1588aea6c

View file

@ -1,5 +1,5 @@
set-window-option -g mode-keys vi
set -g default-terminal "tmux-256color"
set -g default-terminal "screen-256color"
set -g terminal-overrides ',xterm-256color:Tc'
# Smart pane switching with awareness of Vim splits.