.dotfiles
of @bigeasy
.
To work with Unicode correctly, set iTerm2 to "Use Unicode version 9 widths." You can find this setting by searching for in in the Preferences search.
For OS X, you now need to build a tmux
from Homebrew.
$ brew install utf8proc
$ brew install --build-from-source tmux --interactive
You'll drop into a shell. Copy the install destination that Homebrew gives you.
Install to this prefix: /usr/local/Cellar/tmux/2.9a_1
$ ./configure --enable-utf8proc --prefix=/usr/local/Cellar/tmux/2.9a_1
$ make install
$ exit