Last Updated: February 25, 2016
·
4.706K
· marcelocajueiro

Tmux with utf-8

After a long time trying to fix a problem with vim inside of tmux I saw in the documentation that to run tmux with utf-8 we need to put -u when run it.

Just run tmux as:

tmux -u

I recommend add an alias for this.

For more information about tmux follow the links bellow:

http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1

http://robots.thoughtbot.com/post/2166174647/love-hate-tmux

http://robots.thoughtbot.com/post/2641409235/a-tmux-crash-course

http://robots.thoughtbot.com/post/19398560514/how-to-copy-and-paste-with-tmux-on-mac-os-x

1 Response
Add your response

Thank Marcelo, was useful to get UTF-8 in tmux under OpenBSD 5.7 :)

over 1 year ago ·