diff options
| author | Maxime Coste <mawww@kakoune.org> | 2019-10-15 20:35:07 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2019-10-15 20:35:07 +1100 |
| commit | 4f6f74cc048b65a67411b23c15d0caec297515ef (patch) | |
| tree | d95048b4e1871cce037535aebed0261643c6fb36 | |
| parent | 081595fa2f46ff6a5ac80e4fbfd408564ee924af (diff) | |
| parent | 6a37767b75f9bb8a48b71cd7bdf3a91462c975d5 (diff) | |
Merge branch 'patch-1' of https://github.com/ytang/kakoune
| -rw-r--r-- | contrib/TRAMPOLINE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/TRAMPOLINE b/contrib/TRAMPOLINE index 4453b13c..0b93a10a 100644 --- a/contrib/TRAMPOLINE +++ b/contrib/TRAMPOLINE @@ -453,10 +453,10 @@ using the built-in `:doc` command. `---' non-interactively. The middle ground between the two .---, solutions is to record the modifications made to one | Q | chunk interactively, and replay the sequence of keys - `---' at will. The sequence in question is a macro: the `q` + `---' 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. +|ctl|+| r |_. the `q` 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 |
