When programming in Eclipse I love to use the Open Resource dialog (Ctrl + Shift + R), which opens a simple filter with all the files in the project. My question is: is there something similar for the Vim editor. Thanks in advance.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Command-T plugin does something similar:
https://wincent.com/products/command-t
From the developer’s description:
Once you find the file you want, you can open it in the current window, a new window, or a new tab.
See this answer on SuperUser for more details and a simple example:
https://superuser.com/questions/159018/flattened-package-browsing-in-vim/160793#160793