diff --git a/tech_docs/vim_reference_short.md b/tech_docs/vim_reference_short.md new file mode 100644 index 0000000..e4736e4 --- /dev/null +++ b/tech_docs/vim_reference_short.md @@ -0,0 +1,6 @@ +qq starts recording the macro in the q register. +0 moves the cursor to the beginning of the line. +x deletes the # character. +j moves the cursor to the next line. +q stops recording the macro. +6@q replays the macro 6 times.