style.txt @ 7fbf0bb92dd9

Consistency tweak in g:potion_command

Keep this consistent with the previous chapter.
author Jeffrey Chupp <jeff@semanticart.com>
date Wed, 21 Dec 2016 20:46:48 -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.