From eb25da64ced0545ba925ad1b0f7ee4e96d439bc3 Mon Sep 17 00:00:00 2001 From: hedy Date: Sat, 14 Jan 2023 09:35:46 +0800 Subject: [PATCH] Set TERM=xterm-256color Everything seems to work. No idea why I set it to tmux back then. less, vim, etc were all saying unknown terminal --- .exportenvs | 2 +- .tmux.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.exportenvs b/.exportenvs index 7dc2f07..78e74d7 100644 --- a/.exportenvs +++ b/.exportenvs @@ -5,7 +5,7 @@ export DOOMDIR=~/.config/doom/ export EMACSDIR=~/.doomemacs/ export BROWSER=w3m export FILEMAN=ranger -export TERM=tmux-256color +export TERM=xterm-256color export GPG_TTY=$(tty) # telemetry shit diff --git a/.tmux.conf b/.tmux.conf index e7354ca..b18ac33 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,7 +9,7 @@ set -sg escape-time 0 set -g visual-activity off # terminal stuff -set -g default-terminal "tmux-256color" +set -g default-terminal "xterm-256color" # set -g terminal-overrides ",tmux-256color:Tc" set-option -sa terminal-overrides ",*:Tc"