Commit Diff


commit - 70b3c166a874b3cd0f1acb19615791821752daf8
commit + c2580c10a83773283444f255b6349cb17b7f995a
blob - d4b53936eb74b8a88a66c841f14d808b5ccff04d
blob + 8c3b61046704c1f0316aaba2c22d18d85badd340
--- index.md
+++ index.md
@@ -235,10 +235,14 @@ or
 
 ## Enable and use `ex` history
 
+(1) Set `ESC` key to enable history or add to `~/.exrc`:
+
 <pre>
-1) Set `ESC` key to enable history or add to `~/.exrc`:
-<b>:set cedit=<u>&lt;CTRL-V&gt;&lt;ESC&gt;</u></b>
+:set cedit=<u>&lt;CTRL-V&gt;&lt;ESC&gt;</u>
+</pre>
 
-2) Use it with:
+(2) Use it with:
+
+<pre>
 :<u>&lt;ESC&gt;</u>
 </pre>