From 23c219fd2a7f16f1affeb214c9f49b7c935a9c8d Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 21 Oct 2024 06:02:48 -0600 Subject: feat: add aliases, update nvim, fix tmux term/colors --- .config/tmux/tmux.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.config/tmux') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index fd5d4cd..b20e0e1 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -3,11 +3,10 @@ set -g mouse on # required so 0;10;1c doesn't appear when starting tmux set -sg escape-time 50 -# fix Colors -# https://www.reddit.com/r/neovim/comments/uanvdw/neovimtmux_color_problem/ -# https://github.com/SmiteshP/Dotfiles/blob/946cde45d8349d50446629939cebd7e4091a3775/.tmux.conf#L3 -set -g default-terminal "screen-256color" -set -as terminal-features ",xterm-256color:RGB" +# Fix colors and italic/bold (found with :checkhealth on nvim) +set -g default-terminal "tmux-256color" +set-option -a terminal-features 'xterm-256color:RGB' + ### some configs ### from https://jdhao.github.io/2018/09/30/tmux_settings_for_vim_users/ -- cgit v1.2.3-70-g09d2