« Back to Index

Search for files and pipe into Vim

View original Gist on GitHub

search-files-pipe-to-vim.bash

nvim $(sift -n SomePattern | awk -F : '{ print $1 " +:" $2 }')