diff --git a/tmux.conf b/tmux.conf index 7db5311..1410641 100644 --- a/tmux.conf +++ b/tmux.conf @@ -51,7 +51,6 @@ bind j select-pane -D bind k select-pane -U bind l select-pane -R bind -n C-k send-keys -R \; clear-history -bind -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-selection-no-clear -x bind -n M-f run -b "#{@fingers-cli} start #{pane_id} --patterns filelc --main-action 'xargs nvim_remote'" bind c new-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" @@ -62,6 +61,8 @@ bind s command-prompt -p "send pane to:" "join-pane -t '%%'" bind -n M-x copy-mode unbind -n MouseDown3Pane +unbind -T copy-mode-vi MouseDragEnd1Pane +unbind -T copy-mode MouseDragEnd1Pane set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'niksingh710/minimal-tmux-status'