From e35d1c8c7843bdd9ab57f9ea4b3d323fd92924f4 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 8 Aug 2019 13:33:21 +0100 Subject: Use the right TERM for tmux --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index dbaebcc..856cf00 100644 --- a/tmux.conf +++ b/tmux.conf @@ -7,7 +7,7 @@ bind-key C-a send-prefix set -g mouse on # For vim themes -set -g default-terminal "xterm-256color" +set -g default-terminal "tmux-256color" # xterm-style function key sequences setw -g xterm-keys on -- cgit v1.2.3