Tagged in

Repeating

usevim
usevim
A blog about Vim
More information
Followers
1.5K
Elsewhere
More, on Medium

Vim 101: Repeating Motions

In Vim 101: Repeating Commands I covered several ways of repeating a previous command. These techniques are great ways to speed up mundane editing operations. In the comments Richard Fabian suggested ; and , as well, which repeat the previously typed left-right motion: f, t, F or T.


Vim 101: Repeating Commands

Hint: To make your Vim look the same as my screenshots, download usevim-vimrc and run Vim with vim -u usevim-vimrc.

Most types of commands can be repeated in Vim. Mastering the basic ways to repeat commands is a good way of building up your skills to…