style.txt @ 10e255a80c3a jlmuir/fix-typo-in-ch-15-the-to-1475169459896

Fix typo in ch. 15: the -> to
author J. Lewis Muir <jlmuir@imca-cat.org>
date Thu, 29 Sep 2016 17:17:41 +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.