From 19bb85e2df470d17f7c7d599e01ac87b1e50796b Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 17 Jan 2023 23:23:37 +0100 Subject: [PATCH] set default tmux terminal to xterm-256color --- tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index bdc6d5d..d4435e7 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -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