style.txt @ 1b0acafc0591

Update 16.markdown

Missing $ in remap for "around this sections heading"
author rhilenova <rhilenova@gmail.com>
date Fri, 25 Jul 2014 13:47:21 -0400
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.