Skip to content

Commit

Permalink
Auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser authored and github-actions[bot] committed Jan 12, 2023
1 parent e05ed35 commit 7f4d8a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/recorder.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ CONFIGURATION ~
switchSlot = "<C-q>",
editMacro = "cq",
yankMacro = "yq", -- also decodes it for turning macros to mappings
addBreakPoint = "#",
addBreakPoint = "##", -- ⚠️ this should be a string you don't use in insert mode during a macro
}
-- clears all macros-slots on startup
Expand Down Expand Up @@ -152,8 +152,8 @@ helpful for debugging macros. Breakpoints are automatically ignored when you
trigger the macro with a count.

**Setting Breakpoints** 1. _During a recording,_ press the `addBreakPoint` key
(default: `#`) in normal mode. 2. _After a recording,_ use `editMacro` and add
(or remove) the `#` manually.
(default: `##`) in normal mode. 2. _After a recording,_ use `editMacro` and add
or remove the `##` manually.

**Playing Macros with Breakpoints** - Using the `playMacro` key, the macro
automatically stops at the next breakpoint. The next time you press
Expand Down

0 comments on commit 7f4d8a0

Please sign in to comment.