style.txt @ 7d44d39e743d

Fix grammar
author Nicholas Palaniuk <npalaniuk@luxre.com>
date Sun, 15 Jun 2014 23:53:43 -0700
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.