Hi,
I often use grep from the terminal to locate files I want to open with Sublime.
When I copy their path, such as: ./PVT/ConfigLoader.php
And paste it in the ‘Quick open’ in Sublime Text (command + p) it won’t find it, I need to manually remove the ./ from the beginning of the path to get Sublime to find it…
Anyone would have a way to solve this? IE, tell sublime to either ignore the ‘./’ or make him understand it just means the current folder?