Joined September 2012
·

suweller

1 man clan
·
Amsterdam
·
·
·

I use vim and a 'smart' alias https://coderwall.com/p/fc8edq . You could use fugitive.vim and call :Gdiff once its opened to get the same three way split, but I prefer the default file diff view git provides.

You could also use Ctrl-P instead of Command-T; It's the same functionality in pure vimscript.
https://github.com/kien/ctrlp.vim

Posted to Vim: Edit Files that Grep finds over 1 year ago

You know whats even faster, searching through files that are already indexed!

git grep -l 'pattern' | xargs vim
Achievements
58 Karma
831 Total ProTip Views