From d929cc857459559b72b90b727136142c9d4335f4 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 23 Jan 2018 15:33:08 +0100 Subject: [PATCH] Replace terminal type to get JUNOS devices working correctly Signed-off-by: Knut Ahlers --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index d436fb2..a687b32 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -80,7 +80,7 @@ bind r source-file ~/.tmux.conf \; display-message "Config reloaded..." set-window-option -g automatic-rename # color -set -g default-terminal "screen-256color" +set -g default-terminal "xterm-256color" # Pane switching with Alt+arrow bind -n M-Left select-pane -L