Last Updated: February 25, 2016
·
387
· lokiastari

Vim: Jump directly to file on startup

Once you have a tags file.
You don't need to know which file a function is. Just start vim with the -t flag and it will jump to the correct file:

vim -t myFunctionIWantToLookAt