From 467e8dec13f62c79686d9bdf6af29066f01a0457 Mon Sep 17 00:00:00 2001 From: Whisker Jones Date: Tue, 28 May 2024 22:36:23 -0600 Subject: [PATCH] added vim info --- tech_docs/vim_reference_short.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tech_docs/vim_reference_short.md 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.