set default tmux terminal to xterm-256

This commit is contained in:
2023-01-17 22:12:53 +01:00
parent 3b6ce8bd86
commit 8be8026ae6

View File

@@ -11,3 +11,4 @@ set -s escape-time 1
# scroll window buffer history, not commands history
set -g mouse on
set -g default-terminal "xterm-256color"