Skip to content

Commit 86ab7f3

Browse files
committed
Misc formatting
1 parent 7d90faf commit 86ab7f3

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

README.markdown

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ least until _wordy_ feels the urge to build again.
8181
Define your own ring of dictionaries, overriding the default one in your
8282
`.vimrc`:
8383

84-
```
84+
```vim
8585
let g:wordy#ring = [
8686
\ 'weak',
8787
\ ['being', 'passive-voice', ],
@@ -97,26 +97,28 @@ let g:wordy#ring = [
9797

9898
You can navigate the ring with the following commands:
9999

100-
```
100+
```vim
101101
:NextWordy
102102
:PrevWordy
103103
```
104104

105105
Optionally map a key in your `.vimrc` to rapidly cycle through the
106106
ring's dictionaries:
107107

108-
```
108+
```vim
109109
nnoremap <silent> K :NextWordy<cr>
110110
```
111111

112-
**NEW** - You can browse through a flattened list of dictionaries
112+
You can browse through a flattened list of dictionaries
113113
specified in your ring with:
114114

115-
```
115+
```vim
116116
:Wordy <tab>
117117
```
118+
118119
and optionally map a key such as `\w` in your `.vimrc` to it by
119-
```
120+
121+
```vim
120122
if !&wildcharm | set wildcharm=<C-z> | endif
121123
execute 'nnoremap <leader>w :Wordy<space>'.nr2char(&wildcharm)
122124
```
@@ -126,7 +128,7 @@ execute 'nnoremap <leader>w :Wordy<space>'.nr2char(&wildcharm)
126128
You’ll use the commands that follow to enable _wordy_. To disable it and
127129
restore your previous spell environment, enter the command:
128130

129-
```
131+
```vim
130132
:NoWordy
131133
```
132134

@@ -138,7 +140,7 @@ go to those words flagged by _wordy_.
138140

139141
### Weak and lazy usage
140142

141-
```
143+
```vim
142144
:Wordy weak
143145
```
144146

@@ -166,7 +168,7 @@ asking whether it detracts from the point you are trying to make.
166168

167169
### Redundant and problematic usage
168170

169-
```
171+
```vim
170172
:Wordy redundant
171173
:Wordy problematic
172174
```
@@ -191,7 +193,7 @@ targeted by _problematic_.
191193
> _self-actualization_ reflect his _dynamic_ and _transformative_
192194
> personality.” (puffery and jargon)
193195
194-
```
196+
```vim
195197
:Wordy puffery
196198
:Wordy business-jargon
197199
:Wordy art-jargon
@@ -205,7 +207,7 @@ Instead of puffery, demonstrate through details.
205207

206208
### Manipulative language
207209

208-
```
210+
```vim
209211
:Wordy weasel
210212
```
211213

@@ -222,7 +224,7 @@ will seek to purge such loaded language from your writing.
222224

223225
### To be and the passive voice
224226

225-
```
227+
```vim
226228
:Wordy being
227229
:Wordy passive-voice
228230
```
@@ -232,7 +234,7 @@ of the verb to be, often found in overly-passive sentences.
232234

233235
### Colloquialisms, Idioms, and Similies
234236

235-
```
237+
```vim
236238
:Wordy colloquial
237239
:Wordy idiomatic
238240
:Wordy similies
@@ -243,7 +245,7 @@ idiomatic phrases scraped from Wiktionary and Wikipedia.
243245

244246
### Miscellaneous
245247

246-
```
248+
```vim
247249
:Wordy said-synonyms
248250
:Wordy opinion
249251
:Wordy contractions

0 commit comments

Comments
 (0)