style.txt @ c220c429aab6

Merge pull request #66 from mjperrone/master

change order of bulleted list to match order of keyword characters
author Steve Losh <steve@stevelosh.com>
date Thu, 19 Jan 2017 11:01:56 +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.