1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-08-16 16:20:38 +03:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Max Schillinger
504adf6294
Merge 1bd5637b56 into ba504431dc 2024-06-20 19:05:39 +00:00
Max Schillinger
1bd5637b56 Update tutorial: How to end a macro 2024-03-13 15:44:30 +01:00
Max Schillinger
eb5db3f0fd Maximilian Schillinger Copyright Waiver
I dedicate any and all copyright interest in this software to the
public domain.  I make this dedication for the benefit of the public at
large and to the detriment of my heirs and successors.  I intend this
dedication to be an overt act of relinquishment in perpetuity of all
present and future rights to this software under copyright law.
2024-03-13 15:39:04 +01:00

View File

@ -455,8 +455,8 @@ using the built-in `:doc` command.
| Q | chunk interactively, and replay the sequence of keys
`---' at will. The sequence in question is a macro: the `Q`
primitive will create a new one (i.e., record all the keys
.---, .---, hit henceforth until the escape key `<esc>` is hit), and
|ctl|+| r |_. the `q` primitive will replay the keys saved in the macro.
.---, .---, hit henceforth until `Q` is hit again), and the `q`
|ctl|+| r |_. primitive will replay the keys saved in the macro.
`---' `---' `.---,
| @ | Notes: macros can easily be translated into a proper
`---' script, as they are saved in the `@` register, which you