style.txt @ ce743e0a2840

The Potion repo has changed ownership

Corrects some links in Chapter 41
author Jeffrey Chupp <jeff@semanticart.com>
date Tue, 20 Dec 2016 19:26:33 -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.