Skip to content

Commit 0dd7aed

Browse files
committedMar 11, 2021
Remove old UTF8 options
As the code comments say, these options were removed in tmux 2.2.
1 parent e91b178 commit 0dd7aed

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed
 

‎README.md

-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ Tested and working on Linux, OSX and Cygwin.
2424

2525
### Options
2626

27-
# utf8 is on
28-
set -g utf8 on
29-
set -g status-utf8 on
30-
3127
# address vim mode switching delay (http://superuser.com/a/252717/65504)
3228
set -s escape-time 0
3329

‎sensible.tmux

-6
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@ key_binding_not_changed() {
6767
main() {
6868
# OPTIONS
6969

70-
# enable utf8 (option removed in tmux 2.2)
71-
tmux set-option -g utf8 on 2>/dev/null
72-
73-
# enable utf8 in tmux status-left and status-right (option removed in tmux 2.2)
74-
tmux set-option -g status-utf8 on 2>/dev/null
75-
7670
# address vim mode switching delay (http://superuser.com/a/252717/65504)
7771
if server_option_value_not_changed "escape-time" "500"; then
7872
tmux set-option -s escape-time 0

0 commit comments

Comments
 (0)
Failed to load comments.