Skip to content

Commit 7d90faf

Browse files
committed
Merge pull request #13 from Konfekt/patch-1
suggest convenient map to cycle through displayed list of dics
2 parents 324e08d + 71b1365 commit 7d90faf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ specified in your ring with:
115115
```
116116
:Wordy <tab>
117117
```
118+
and optionally map a key such as `\w` in your `.vimrc` to it by
119+
```
120+
if !&wildcharm | set wildcharm=<C-z> | endif
121+
execute 'nnoremap <leader>w :Wordy<space>'.nr2char(&wildcharm)
122+
```
118123

119124
## Using _wordy_
120125

0 commit comments

Comments
 (0)