style.txt @ 21526a22974e

Proof 38-41.
author Steve Losh <steve@stevelosh.com>
date Wed, 03 Apr 2013 22:14:56 -0400
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.