style.txt @ d7ca8f55dde3 jlmuir/fix-typo-in-ch-11--1475170122831

Fix typo in ch. 11: .) -> ).
author J. Lewis Muir <jlmuir@imca-cat.org>
date Thu, 29 Sep 2016 17:28:44 +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.