diff --git a/README.markdown b/README.markdown index b2b135a..42c9f10 100644 --- a/README.markdown +++ b/README.markdown @@ -109,14 +109,16 @@ ring's dictionaries: nnoremap K :NextWordy ``` -**NEW** - You can browse through a flattened list of dictionaries +You can browse through a flattened list of dictionaries specified in your ring with: ``` :Wordy ``` + and optionally map a key such as `\w` in your `.vimrc` to it by -``` + +```vim if !&wildcharm | set wildcharm= | endif execute 'nnoremap w :Wordy'.nr2char(&wildcharm) ```