style.txt @ cacf10f606ba

I can't type
author Steve Losh <steve@stevelosh.com>
date Thu, 17 Nov 2016 11:38:03 +0000
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.