mirror of
https://github.com/preservim/vim-wordy.git
synced 2025-11-08 09:53:50 -05:00
Minor updates
This commit is contained in:
@@ -109,14 +109,16 @@ ring's dictionaries:
|
|||||||
nnoremap <silent> K :NextWordy<cr>
|
nnoremap <silent> K :NextWordy<cr>
|
||||||
```
|
```
|
||||||
|
|
||||||
**NEW** - You can browse through a flattened list of dictionaries
|
You can browse through a flattened list of dictionaries
|
||||||
specified in your ring with:
|
specified in your ring with:
|
||||||
|
|
||||||
```
|
```
|
||||||
:Wordy <tab>
|
:Wordy <tab>
|
||||||
```
|
```
|
||||||
|
|
||||||
and optionally map a key such as `\w` in your `.vimrc` to it by
|
and optionally map a key such as `\w` in your `.vimrc` to it by
|
||||||
```
|
|
||||||
|
```vim
|
||||||
if !&wildcharm | set wildcharm=<C-z> | endif
|
if !&wildcharm | set wildcharm=<C-z> | endif
|
||||||
execute 'nnoremap <leader>w :Wordy<space>'.nr2char(&wildcharm)
|
execute 'nnoremap <leader>w :Wordy<space>'.nr2char(&wildcharm)
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user