Vim plugin: CTRL-P

If you use just one Vim plugin, CTRL-P is my recommendation. In short, it lets you to quickly jump to a file.

First open the CTRL-P window with either of these methods:

Once you have the CTRL-P window with a list of files, just start typing parts of the file you are looking for. E.g. if you only remember that the file starts with “x” and contains “abc”, type “xabc”. After hitting each letter, the file list will be filtered. So in the end, the CTRL-P window will contain only files whose path+filename contains the letters “x”, “a”, “b” and “c” in this order. (They may contain any other letters in between.) If there are still several hits, you can either keep typing or select your file by using the up/down keys.

 
4
Kudos
 
4
Kudos

Now read this

Foreign language knowledge level and usefulness

The more someone knows a foreign language, the more useful that knowledge is. This doesn’t imply though that the knowledge and usefulness are proportional. In this post, I argue that they are not proportional. In my view, the usefulness... Continue →