Discovering Vim’s Visual (selection) mode

Usually, when I want to operate on a block of text (for example
to reflow it) I can select it with one of
Vim’s motion commands, such as ‘}’ for a nominal paragraph. Vim’s
notion of a paragraph is sufficiently all-encompassing that this
works for a lot of… Read more

Similar

Unused Keys in Vim

This page lists single unused keys in Vim. As such, it is an inverted version of :help index. In addition, the page lists synonyms that can safely be mapped. Many more mappings are possible by combining keys. See the article "Follow my leader" in § Extern... (more…)

Read more »