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