diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 622e3bb..4da200d 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -48,8 +48,6 @@ bind k killp unbind r bind r source-file ~/.tmux.conf -#set -g default-shell /usr/local/bin/fish -#set -g default-command '/usr/local/bin/fish' set -g status on set -g pane-base-index 1 set -g base-index 1 @@ -70,7 +68,6 @@ bind-key -T copy-mode-vi 'v' send -X begin-selection # Begin selection in copy m bind-key -T copy-mode-vi 'C-v' send -X rectangle-toggle # Begin selection in copy mode. bind-key -T copy-mode-vi 'y' send -X copy-selection # Yank selection in copy mode. - set -g mouse on bind -T root WheelUpPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; copy-mode -e; send-keys -M" bind -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M"