set default tmux terminal to xterm-256color

This commit is contained in:
2023-01-17 23:23:37 +01:00
parent 5cebe346e0
commit 19bb85e2df

View File

@@ -3,6 +3,8 @@ unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
set -g default-terminal "xterm-256color"
# switch panes using Alt-arrow without prefix
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R