fixes nvim

This commit is contained in:
Dennis 2025-08-25 15:44:30 +02:00
parent 6a5ccdab34
commit 27eadc7cda

View file

@ -15,4 +15,4 @@ fzf --ansi --disabled --query "$INITIAL_QUERY" \
--header ' CTRL-R (ripgrep mode) CTRL-F (fzf mode) ' \ --header ' CTRL-R (ripgrep mode) CTRL-F (fzf mode) ' \
--preview 'bat --color=always {1} --highlight-line {2}' \ --preview 'bat --color=always {1} --highlight-line {2}' \
--preview-window 'up,60%,border-bottom,+{2}+3/3,~3' \ --preview-window 'up,60%,border-bottom,+{2}+3/3,~3' \
--bind 'enter:become(vim {1} +{2})' --bind 'enter:become(nvim {1} +{2})'