tmux.conf: use UTF-8

This commit is contained in:
Mikaela Suomalainen 2014-08-10 17:44:10 +03:00
parent 843ac0a524
commit 3bd7a00166
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# Use UTF-8 (Copied from https://github.com/zanshin/dotfiles/blob/master/tmux/tmux.conf#L1 )
set -g utf8
set-window-option -g utf8 on
# Sets screen shortcuts (Copied from tmux faq)
set -g prefix C-a
unbind C-b