removed utf8 options
This commit is contained in:
parent
a1f1b06eaa
commit
b3451d0ced
|
@ -39,7 +39,6 @@ set-option -g status-right-style default
|
|||
set-option -g status-style fg=black,bg=cyan
|
||||
set-option -g message-command-style fg=green,bg=black
|
||||
set-option -g message-style fg=white,bg=red
|
||||
set-option -g status-utf8 on
|
||||
set-option -g update-environment "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"
|
||||
|
||||
# Set audible bell on, and visual bell off because it is slooooowwwww
|
||||
|
@ -59,7 +58,6 @@ set-option -g pane-border-style fg=colour8
|
|||
bind -n WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M
|
||||
bind -n WheelDownPane select-pane -t= \; send-keys -M
|
||||
set-option -g mouse on
|
||||
set-option -g mouse-utf8 on
|
||||
|
||||
# Use C-a,Shift-R to reload configuration
|
||||
bind R source-file ~/.tmux.conf \; display-message "Config reloaded..."
|
||||
|
|
Loading…
Reference in New Issue