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

False friends in German and English

Some of the German conjunctions and basic adverbs might be a bit confusing for someone who already knows English, because there are quite a few false friends among them: German English auch also also so (when conjunction, as in “so let’s... Continue →