You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Open selected files in Vim
fzf --multi --bind 'enter:become(vim {+})'# Open the file in Vim and go to the line
git grep --line-number .|
fzf --delimiter : --nth 3.. --bind 'enter:become(vim {1} +{2})'
This action is not supported on Windows
show-preview
hide-preview
Bug fixes
--preview-window 0,hidden should not execute the preview command until toggle-preview action is triggered