From 8cac5e75915fc4034eced315bfe0c87526d29e88 Mon Sep 17 00:00:00 2001 From: Junet Hossain Date: Tue, 2 Sep 2025 19:49:13 +0300 Subject: [PATCH] Issue with tmux with vim fixed -- added what to do afterwards --- env_setup.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/env_setup.sh b/env_setup.sh index e16ed7b..f0bd442 100755 --- a/env_setup.sh +++ b/env_setup.sh @@ -75,6 +75,16 @@ libpython3-dev ruby-dev lua5.2 liblua5.2-dev libperl-dev git echo -e "\nexport VIMRUNTIME=$DIR/share/vim/vim91" >> ~/bashrc echo -e "\nexport PATH=$DIR/bin:\$PATH" >> ~/.bashrc echo -e "\nexport TERM=st-256color" >> ~/.bashrc + # Manually do: + # tmux attach + # tmux set-option -ga terminal-overrides ",st-256color:Tc" + # tmux detach + # tmux attach + # + # Check: + # tmux info | grep Tc + # + # it should not be Tc: [missing] source ~/.bashrc fi