Last active 1730170705

fzf-32.sh Raw
1# Open the file in Vim and go to the line
2git grep --line-number . |
3 fzf --delimiter : --nth 3.. --bind 'enter:become(vim {1} +{2})'