diff --git a/.sshrc.d/.tmux.conf b/.sshrc.d/.tmux.conf index 12a13062..2d3899e1 100644 --- a/.sshrc.d/.tmux.conf +++ b/.sshrc.d/.tmux.conf @@ -42,9 +42,6 @@ unbind % bind | split-window -h bind - split-window -v -# Status bar utf8 -set -g status-utf8 on - # Status bar position if-shell "[[ `tmux -V | awk '{print $2}'` -gt '1.6' ]]" \; 'set-option -g status-position top'