style.txt @ b0ca11bfb7a8

Proof 01-08.
author Steve Losh <steve@stevelosh.com>
date Wed, 03 Apr 2013 20:58:01 -0400
parents (none)
children 436f8ce22479
Output should be enclosed in backticks.  So:

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

Key mappings should be lowercase.

    nnoremap <esc> ...

Keep code within 70 or so cols.

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