When I'm working in vim, I usually have multiple buffers on screen at once and need to switch between them and open new files a lot. I've installed the Command-T plugin to facilitate fast file switching but I'm having a few issues with it.
Whenever I press Command-T, it only shows files in the same folder (and sub folders) of the file I am currently editing.
I want it to show me all of the files in my project i.e.:
Project Folder: ~/project1/ Current Buffer: ~/project1/front/js/file1.js When I press Command+T in the buffer, I want it to display files starting from the project folder.
Thanks.