style.txt @ e582e8d6c46d

change order of bulleted list to match order of keyword characters
author Mike Perrone <mike.j.perrone@gmail.com>
date Fri, 03 Jan 2014 19:51:30 -0500
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.