Tip #44: Repeat last changes
tip karma |
Rating 10/4, Viewed by 823
|
created: |
|
March 12, 2001 8:45 |
|
complexity: |
|
basic |
author: |
|
Anonymous |
|
as of Vim: |
|
5.7 |
Simple text changes in normal mode (e.g. "dw" or "J") can be repeated with the "." command.
The last command-line change (those invoked with ":", e.g. ":s/foo/bar") can be
repeated with the "@:" command.
For more informations about repeating single changes refer to:
:help single-repeat
<<Using abbreviations |
Using command-line history >>
Additional Notes
|