mirror of
https://github.com/preservim/vim-wordy.git
synced 2025-11-11 11:23:48 -05:00
Merge pull request #13 from Konfekt/patch-1
suggest convenient map to cycle through displayed list of dics
This commit is contained in:
@@ -115,6 +115,11 @@ specified in your ring with:
|
|||||||
```
|
```
|
||||||
:Wordy <tab>
|
:Wordy <tab>
|
||||||
```
|
```
|
||||||
|
and optionally map a key such as `\w` in your `.vimrc` to it by
|
||||||
|
```
|
||||||
|
if !&wildcharm | set wildcharm=<C-z> | endif
|
||||||
|
execute 'nnoremap <leader>w :Wordy<space>'.nr2char(&wildcharm)
|
||||||
|
```
|
||||||
|
|
||||||
## Using _wordy_
|
## Using _wordy_
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user