diff options
author | Aaron LI <aly@aaronly.me> | 2017-09-03 20:03:11 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-09-03 20:03:11 +0800 |
commit | feb12c566ff25b45815dbcabb643accb261874c6 (patch) | |
tree | 76ba4df6f58dc44d1a30ae1cefc5ebccb619753d /_tmux.conf | |
parent | 011cbb077df66dc9a39dbcce3c0826ff373a4da4 (diff) | |
download | dotfiles-feb12c566ff25b45815dbcabb643accb261874c6.tar.bz2 |
tmux.conf: Fix utf8 options
Diffstat (limited to '_tmux.conf')
-rw-r--r-- | _tmux.conf | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -57,10 +57,6 @@ setw -g mode-keys vi # Disable the delay between an escape key press and subsequent characcters set -sg escape-time 0 -# Enable UTF-8 -set -g status-utf8 on -setw -g utf8 on - # Increase the scrollback history limit set -g history-limit 1000 |