tmux
- See my .tmux.confhere
- Tmux cheatsheet
Common Issues
- UTF chars and symbols not loading correctly.
    - 
        Start tmux in UTF-8 support enabled mode. tmux -u
- 
        Set LC_TYPEbefore starting tmuxexport LC_CTYPE=C.UTF-8
 
- 
        
.tmux.conf hereStart tmux in UTF-8 support enabled mode.
tmux -u
Set LC_TYPE before starting tmux
export LC_CTYPE=C.UTF-8