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

What can you do with a list of all words in a language?

My grandmother once told me that she attended a course where the teacher told them that there were three Hungarian words having the suffix “szág”. Two such words are “ország” (country) and “jószág” (livestock), which are both common... Continue →