diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2021-12-18 08:55:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-18 08:55:43 -0700 |
commit | 36758ba9a78ecf01ab8f654be08051015932983a (patch) | |
tree | 727a197fe984e45e8c68b1c5d67fae4f693d3f5c /runtime/doc/quickref.txt | |
parent | 818ae74eaf6f4538ca61ee4ba703543b0caaff10 (diff) | |
parent | df50fb5859250fd90b6bceb1f741f39a370a5241 (diff) | |
download | rneovim-36758ba9a78ecf01ab8f654be08051015932983a.tar.gz rneovim-36758ba9a78ecf01ab8f654be08051015932983a.tar.bz2 rneovim-36758ba9a78ecf01ab8f654be08051015932983a.zip |
autocmd: RecordingEnter, RecordingLeave (#16684)
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 8cabf05053..a229c8742f 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -489,6 +489,7 @@ In Insert or Command-line mode: |q| q{a-z} record typed characters into register {a-z} |q| q{A-Z} record typed characters, appended to register {a-z} |q| q stop recording +|Q| Q replay last recorded macro |@| N @{a-z} execute the contents of register {a-z} (N times) |@@| N @@ repeat previous @{a-z} (N times) |:@| :@{a-z} execute the contents of register {a-z} as an Ex @@ -997,7 +998,7 @@ Short explanation of each option: *option-list* |:version| :ve[rsion] show version information |:normal| :norm[al][!] {commands} execute Normal mode commands -|Q| Q switch to "Ex" mode +|gQ| gQ switch to "Ex" mode |:redir| :redir >{file} redirect messages to {file} |:silent| :silent[!] {command} execute {command} silently |