remove duplicate option

This commit is contained in:
Yorick Barbanneau 2017-05-23 12:34:52 +02:00
parent b99ed3297a
commit d689c254fa

View file

@ -6,7 +6,6 @@ bind R source-file ~/.tmux.conf \; display-message " Config reloaded..."
set -g mouse on
bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'copy-mode -e'"
setw -g mode-keys vi
set-window-option -g mode-keys vi
unbind [