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
Just pipe grep -n results into this script.
Example: grep -rn wordToSearch * | vimline
it will open files sequentially. Dont forget :cq to quit everything
About
python script that massively opens files with vim from grep -n result