st-enhanced is a customized version of st that makes using tmux and vim much better
In order to build st-enhanced you need the Xlib header files.
Enter the following command to build and install st-enhanced:
sudo make clean install
Terminal can be customized via .Xresources
command | role |
---|---|
alt + s | increase transparency |
alt + a | decrease transparency |
alt + shift + up-arrow | zoom in |
alt + shift + down-arrow | zoom out |
alt + c | copy selected text |
alt + v | paste copied text |
Enter the following command to uninstall st-enhanced completely from the machine:
sudo make clean uninstall