diff --git a/tmux.conf b/tmux.conf index 6faf185..294d5a4 100644 --- a/tmux.conf +++ b/tmux.conf @@ -7,6 +7,7 @@ set -g @plugin 'Morantron/tmux-fingers' set -s set-clipboard on set -g @fingers-pattern-filelc '(([.\w\-~\$@]+)?(/[.\w\-@]+)+/?(\:\d+){0,2})' bind -n C-f run -b "#{@fingers-cli} start #{pane_id} --patterns filelc --main-action 'xargs nvim_remote'" +setw -g mouse on set-option -sa terminal-features ',xterm-256color:RGB'