pull/47/merge
Dario Romagnoli 2019-01-30 15:32:14 +00:00 committed by GitHub
commit c4e381641f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ key_binding_not_changed() {
main() {
# OPTIONS
# enable renumbering of windows
tmux set-option -g renumber-windows on
# enable utf8 (option removed in tmux 2.2)
tmux set-option -g utf8 on 2>/dev/null