doc: swap q and Q in TRAMPOLINE

This commit is contained in:
Yang Tang 2019-10-09 16:05:10 -04:00 committed by GitHub
parent 5430f6ccad
commit 6a37767b75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -453,10 +453,10 @@ using the built-in `:doc` command.
`---' non-interactively. The middle ground between the two `---' non-interactively. The middle ground between the two
.---, solutions is to record the modifications made to one .---, solutions is to record the modifications made to one
| Q | chunk interactively, and replay the sequence of keys | 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 primitive will create a new one (i.e. record all the keys
.---, .---, hit henceforth until the escape key `<esc>` is hit), and .---, .---, 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 | @ | Notes: macros can easily be translated into a proper
`---' script, as they are saved in the `@` register, which you `---' script, as they are saved in the `@` register, which you