style.txt @ c83035f5644b

s/plugins/plugin
author Yann Thomas-Gerard <inside@gmail.com>
date Tue, 02 Jul 2013 15:49:01 +0200
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.