tmux
- See my
.tmux.conf
here - Tmux cheatsheet
Common Issues
- UTF chars and symbols not loading correctly.
-
Start tmux in UTF-8 support enabled mode.
tmux -u
-
Set
LC_TYPE
before 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