rmed deprecated tmux options

This commit is contained in:
Christian Koptein 2020-09-20 09:53:22 +02:00
parent 6952772ef9
commit cfc0961879

View File

@ -13,9 +13,6 @@ set -g status-left-length 30
set -g status-right-length 60
# set correct term
set -g default-terminal screen-256color
# Highlight active windows
set-window-option -g window-status-current-bg yellow
setw -g window-status-current-fg black
# Set window notifications
setw -g monitor-activity on
@ -34,7 +31,6 @@ unbind C-o
set -g base-index 1
set -g status-right "#[fg=yellow]#(uptime | cut -d ',' -f 2-)"
set-window-option -g window-status-current-bg red
# Sending tmux's buffer to X buffer
# This is no longer used, replaced with xclip that works as well for vim
#bind-key > send-keys 'Enter' \; save-buffer /tmp/.tmux-exchange \; run-shell 'xsel -i < /tmp/.tmux-exchange; xsel -i -b < /tmp/.tmux-exchange'