Skip to content

Commit

Permalink
fix(fzf): return to fzf search after nvim exist
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Jul 11, 2024
1 parent 05a1344 commit 5fdc5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/zsh/autoload/live_grep
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ fzf --ansi --disabled --query "$INITIAL_QUERY" \
--header 'CTRL-F: Switch between ripgrep/fzf' \
--preview 'bat --color=always {1} --highlight-line {2}' \
--preview-window 'up,60%,border-bottom,+{2}+3/3,~3' \
--bind 'enter:become(nvim {1} +{2})'
--bind 'enter:execute(nvim {1} +{2})'

0 comments on commit 5fdc5fb

Please sign in to comment.