diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2024-03-09 22:21:07 +0100 |
|---|---|---|
| committer | Martin Bielik <mx.bielik@gmail.com> | 2024-03-09 22:21:07 +0100 |
| commit | 3983c13d9aa311ca63a5d9848e044678e84d4162 (patch) | |
| tree | af32dda386fc796b505490f22aa293996bf780c3 /README.md | |
| parent | cb4c9e94b2a500f38161227df24feed762000095 (diff) | |
| download | vim-ai-3983c13d9aa311ca63a5d9848e044678e84d4162.tar.gz | |
docu typo
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ To use an AI command, type the command followed by an instruction prompt. You ca **Tip:** Setup your own [key bindings](#key-bindings) or use command shortcuts - `:AIE`, `:AIC`, `:AIR` -**Tip:** A [custom role](#role) {role} can be passed to the above commands by an initial parameter /{role}, for example `:AIEdit /grammar`. +**Tip:** A [custom role](#roles) {role} can be passed to the above commands by an initial parameter /{role}, for example `:AIEdit /grammar`. **Tip:** Combine commands with a range `:help range`, for example to select the whole buffer - `:%AIE fix grammar` |