Vim 101: Visual Mode
Hint: To make your Vim look the same as my screenshots, download usevim-vimrc and run Vim with vim -u usevim-vimrc
.
In a typical GUI editor, a block of text can be selected by clicking the mouse and dragging over a number of lines or characters. Vim introduced…