From 960c260bc90ecf140a354e1e20942a23df99f6a3 Mon Sep 17 00:00:00 2001 From: "Steven Lu (5950X 20.04[tmux])" Date: Fri, 9 Jul 2021 18:21:55 -0400 Subject: [PATCH] prevents these keys from being interpreted as HTML and becoming completely removed from the readme. --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index ea2bb0e..b9f7177 100644 --- a/readme.md +++ b/readme.md @@ -83,20 +83,20 @@ git clone https://github.com/chamindra/marvim.git ~/.vim/bundle/marvim ## Usage: * Store a new macro to the repository 1. Record macro as usual into q register (i.e. qq....q) - 2. Press save macro key (default) in normal mode + 2. Press save macro key F3 (default) in normal mode 3. Enter the macro name when prompted after the prefix (a prefix will be provided based on the filetype) 4. Macro is now store in the repository * Save template into repository 1. Select area you want to save in visual mode - 2. Press the macro save button (default) in visual mode + 2. Press the macro save button F3 (default) in visual mode 3. Enter the template name when prompted (a prefix will be provided based on the filetype) 4. Template is now saved in repository * Recall macro/template through a search - 1. Press the macro find key (default) in normal mode + 1. Press the macro find key F2 (default) in normal mode 2. Enter a search string when prompted (a prefix will be put by default, Which can be deleted) 3. Press or to auto-complete until you find the macro @@ -104,7 +104,7 @@ git clone https://github.com/chamindra/marvim.git ~/.vim/bundle/marvim * Replay last loaded macro on multiple lines for each line 1. Select the area you want the macro to run on in visual mode - 2. Press the macro find key (default) in visual mode + 2. Press the macro find key F3 (default) in visual mode 3. Macro in q register is replayed for every line ## Macro Namespace: