From 86ab7f3d5be2169cfa78ee6a866a8158acd5638c Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Wed, 6 May 2015 01:50:14 -0600 Subject: [PATCH] Misc formatting --- README.markdown | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/README.markdown b/README.markdown index b2b135a..2a81798 100644 --- a/README.markdown +++ b/README.markdown @@ -81,7 +81,7 @@ least until _wordy_ feels the urge to build again. Define your own ring of dictionaries, overriding the default one in your `.vimrc`: -``` +```vim let g:wordy#ring = [ \ 'weak', \ ['being', 'passive-voice', ], @@ -97,7 +97,7 @@ let g:wordy#ring = [ You can navigate the ring with the following commands: -``` +```vim :NextWordy :PrevWordy ``` @@ -105,18 +105,20 @@ You can navigate the ring with the following commands: Optionally map a key in your `.vimrc` to rapidly cycle through the ring's dictionaries: -``` +```vim 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: -``` +```vim :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) ``` @@ -126,7 +128,7 @@ execute 'nnoremap w :Wordy'.nr2char(&wildcharm) You’ll use the commands that follow to enable _wordy_. To disable it and restore your previous spell environment, enter the command: -``` +```vim :NoWordy ``` @@ -138,7 +140,7 @@ go to those words flagged by _wordy_. ### Weak and lazy usage -``` +```vim :Wordy weak ``` @@ -166,7 +168,7 @@ asking whether it detracts from the point you are trying to make. ### Redundant and problematic usage -``` +```vim :Wordy redundant :Wordy problematic ``` @@ -191,7 +193,7 @@ targeted by _problematic_. > _self-actualization_ reflect his _dynamic_ and _transformative_ > personality.” (puffery and jargon) -``` +```vim :Wordy puffery :Wordy business-jargon :Wordy art-jargon @@ -205,7 +207,7 @@ Instead of puffery, demonstrate through details. ### Manipulative language -``` +```vim :Wordy weasel ``` @@ -222,7 +224,7 @@ will seek to purge such loaded language from your writing. ### To be and the passive voice -``` +```vim :Wordy being :Wordy passive-voice ``` @@ -232,7 +234,7 @@ of the verb to be, often found in overly-passive sentences. ### Colloquialisms, Idioms, and Similies -``` +```vim :Wordy colloquial :Wordy idiomatic :Wordy similies @@ -243,7 +245,7 @@ idiomatic phrases scraped from Wiktionary and Wikipedia. ### Miscellaneous -``` +```vim :Wordy said-synonyms :Wordy opinion :Wordy contractions