by shigemk2

当面は技術的なことしか書かない

tmuxの文字化けと終了

文字化け

tmuxで日本語が文字化けする - Humanity

alias tmux='tmux -u'
 -u            tmux attempts to guess if the terminal is likely to support UTF-8 by checking the first of the LC_ALL, LC_CTYPE and LANG environment variables to be set for the string "UTF-8". This is not always correct: the -u flag explicitly informs tmux that UTF-8 is supported.

終了

tmuxの上から

$ tmux kill-server

Bash - tmuxを使いこなそう(ウインドウ、ペイン、セッション、アタッチ、デタッチ) - Qiita