Issue with tmux with vim fixed -- added what to do afterwards

This commit is contained in:
2025-09-02 19:49:13 +03:00
parent df41abfcdf
commit 8cac5e7591

View File

@@ -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 VIMRUNTIME=$DIR/share/vim/vim91" >> ~/bashrc
echo -e "\nexport PATH=$DIR/bin:\$PATH" >> ~/.bashrc echo -e "\nexport PATH=$DIR/bin:\$PATH" >> ~/.bashrc
echo -e "\nexport TERM=st-256color" >> ~/.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 source ~/.bashrc
fi fi