mirror of
https://github.com/preservim/vim-wordy.git
synced 2025-11-08 09:53:50 -05:00
Place the completion info beneath the ring section
This commit is contained in:
@@ -109,6 +109,16 @@ ring's dictionaries:
|
||||
nnoremap <silent> K :NextWordy<cr>
|
||||
```
|
||||
|
||||
**NEW** - You can browse through a flattened list of dictionaries
|
||||
specified in your ring with:
|
||||
|
||||
```
|
||||
:Wordy <tab>
|
||||
```
|
||||
|
||||
Note that the order of dictionaries in your ring is preserved, so you
|
||||
can place your most-frequently-used ones at the start of the list.
|
||||
|
||||
## Using _wordy_
|
||||
|
||||
You’ll use the commands that follow to enable _wordy_. To disable it and
|
||||
@@ -124,16 +134,6 @@ go to those words flagged by _wordy_.
|
||||
* `]s` - Move to next misspelled word after the cursor.
|
||||
* `[s` - Like `]s` but search backwards
|
||||
|
||||
_NEW_ - You can browse through a flattened list of dictionaries specified
|
||||
in your ring with:
|
||||
|
||||
```
|
||||
:Wordy <tab>
|
||||
```
|
||||
|
||||
Note that the order of dictionaries in your ring is preserved, so you
|
||||
can place your most-frequently-used ones at the start of the list.
|
||||
|
||||
### Weak and lazy usage
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user