Have you seen in vim that it quickly jumps to the matching opening parenthesis ({}()[]) when typing a closing parenthesis? Useful when writing code.
Kurt Keller's Blog
tech notes and more
Month: September 2014
There are thousands and thousands of characters in unicode. There are also lots of symbols and pictographs which can be useful even if you don’t write in a foreign language.
Time and time again people need to make the same single change in a document in multiple places. I often see people replacing things over and over again with dw i <type new word> <ESC>, spending a lot of time and making typing mistakes in the process. There is a very handy command to repeat […]
In English two space characters are used after the end of a sentence. But not in German. Usually no big deal because I type my text the way I want it. However, when I use commands to have vim reformat a paragraph for me it will insert two spaces when joining lines which start a […]