style.txt @ c9a3fb343c5d jlmuir/fix-typo-in-ch-20-start-starts-1475252546552

Fix typo in ch. 20: start -> starts
author J. Lewis Muir <jlmuir@imca-cat.org>
date Fri, 30 Sep 2016 16:22:28 +0000
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.