style.txt @ 5565cbd4a7bc

Changed hbi to bi, removed mentiond of using "h".  With "h" in "hbi", I dont see single character "words" get properly surrounded by double quotes.
author Mark Koopman <markmontymark@yahoo.com>
date Mon, 30 Jun 2014 09:37:56 -0700
parents 436f8ce22479
children (none)
Output should be enclosed in backticks.  So:

    If you type `:echom "Hello!"` Vim will output `Hello`.

Filenames should also be in backticks.

Key mappings should be lowercase.

    nnoremap <esc> ...

Keep code within 70 or so cols.

Prefix code blocks with :::vim or :::text.