From d9953dff4138071279f59a98d046da89b0f3fb16 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Fri, 11 Apr 2025 13:32:34 +0200 Subject: [PATCH] update --- tmux.conf | 1 + 1 file changed, 1 insertion(+) 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'