From 0dd7aed9a076e8e89e6be3c1227bcc5f43a5a800 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Thu, 11 Mar 2021 12:44:44 +0100 Subject: [PATCH] Remove old UTF8 options As the code comments say, these options were removed in tmux 2.2. --- README.md | 4 ---- sensible.tmux | 6 ------ 2 files changed, 10 deletions(-) diff --git a/README.md b/README.md index 7185b67..ca83318 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,6 @@ Tested and working on Linux, OSX and Cygwin. ### Options - # utf8 is on - set -g utf8 on - set -g status-utf8 on - # address vim mode switching delay (http://superuser.com/a/252717/65504) set -s escape-time 0 diff --git a/sensible.tmux b/sensible.tmux index 5cf2af6..b2f0ab6 100755 --- a/sensible.tmux +++ b/sensible.tmux @@ -67,12 +67,6 @@ key_binding_not_changed() { main() { # OPTIONS - # enable utf8 (option removed in tmux 2.2) - tmux set-option -g utf8 on 2>/dev/null - - # enable utf8 in tmux status-left and status-right (option removed in tmux 2.2) - tmux set-option -g status-utf8 on 2>/dev/null - # address vim mode switching delay (http://superuser.com/a/252717/65504) if server_option_value_not_changed "escape-time" "500"; then tmux set-option -s escape-time 0