From b14902daf491634296dbc19f27ee0e04abecf400 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 23 Mar 2015 21:12:38 -0500 Subject: [PATCH] Add a note about the docs for . --- vim/repeat-the-previous-change.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/repeat-the-previous-change.md b/vim/repeat-the-previous-change.md index 0a86d17..c3337d4 100644 --- a/vim/repeat-the-previous-change.md +++ b/vim/repeat-the-previous-change.md @@ -8,3 +8,5 @@ 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 .`