From ae5cec979ac4521ad9e7262564a129a9cfc475e9 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 15 May 2019 23:41:23 +0800 Subject: tmux: Do not set default-terminal --- _tmux.conf | 2 -- 1 file changed, 2 deletions(-) (limited to '_tmux.conf') diff --git a/_tmux.conf b/_tmux.conf index 0596bb7..889dbd5 100644 --- a/_tmux.conf +++ b/_tmux.conf @@ -46,8 +46,6 @@ set -g history-limit 10000 # Turn on xterm-keys so that additional function keys get escape sequences set -g xterm-keys on -set -g default-terminal "tmux-256color" - # Enable true (RGB) color set -sa terminal-overrides ",xterm*:Tc" # Override terminal's default Cr (color reset) to avoid the strange -- cgit v1.2.2