From 2a21a4760c64bc0b52bfdb6ad4d9fef85c0d589f Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Wed, 23 Apr 2025 15:39:47 +0200 Subject: [PATCH] Update --- tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index e191c1f..b6ad82c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -29,9 +29,11 @@ set -g lock-command "cmatrix -abs" set -g @fingers-pattern-filelc '(([.\w\-~\$@]+)?(/[.\w\-@]+)+/?(\:\d+){0,2})' -bind f run -b "#{@fingers-cli} start #{pane_id} --patterns filelc --main-action 'xargs nvim_remote'" +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}" bind '"' split-window -v -c "#{pane_current_path}" +set -g detach-on-destroy on + run '~/.tmux/plugins/tpm/tpm'