We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91b178 commit 0dd7aedCopy full SHA for 0dd7aed
README.md
@@ -24,10 +24,6 @@ Tested and working on Linux, OSX and Cygwin.
24
25
### Options
26
27
- # utf8 is on
28
- set -g utf8 on
29
- set -g status-utf8 on
30
-
31
# address vim mode switching delay (http://superuser.com/a/252717/65504)
32
set -s escape-time 0
33
sensible.tmux
@@ -67,12 +67,6 @@ key_binding_not_changed() {
67
main() {
68
# OPTIONS
69
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
76
77
if server_option_value_not_changed "escape-time" "500"; then
78
tmux set-option -s escape-time 0
0 commit comments