style.txt @ 2600b031f163

Fix some typos
author Eduardo Lopez Biagi <eduardo.biagi@gmail.com>
date Sun, 02 Feb 2014 21:42:29 -0800
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.