tmux: fix neovim background - dotfiles - 🍚 personal arsenal of "rice"
HTML git clone https://git.drkhsh.at/dotfiles.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 406ea1a3cf6deca7caa5e7330e2f2c0654ae470d
DIR parent 73b153a9ae4e7998497769da11745aaa46d5d38b
HTML Author: drkhsh <drkhsh@escpe.net>
Date: Fri, 6 Sep 2024 11:01:48 +0200
tmux: fix neovim background
see https://github.com/mhartington/oceanic-next/issues/51
Diffstat:
M tmux/.config/tmux/tmux.conf | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
@@ -7,6 +7,7 @@
# drkhsh <me@drkhsh.at>
set -g default-terminal "xterm-256color"
+set -ga terminal-overrides ",xterm-256color:Tc"
# expect UTF-8 (tmux < 2.2)
set -gq status-utf8 on