This commit is contained in:
Jaroslaw Konik 2025-04-23 15:39:47 +02:00
parent e418928fa3
commit 2a21a4760c

View file

@ -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'