> For the complete documentation index, see [llms.txt](https://ploegert.gitbook.io/til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ploegert.gitbook.io/til/tools/vim/repeat-the-previous-change.md).

# Repeat The Previous Change

If you have just performed a change and you realize you want to immediately do it again, you can hit `.` instead of retyping it. This is a good way to quickly repeat simple changes.

For instance, if you are adding indentation to a code block with `>`, you can estimate the number of indents that need to happen and type `3>` or you can indent once and then hit `.` for additional indentation until you reach the right level of indentation.

Check out the docs for more details: `:help .`
