style.txt @ 35d6b25d0335

Merge pull request #75 from nikkypx/fix-error-in-26

Fix grammar
author Steve Losh <steve@stevelosh.com>
date Mon, 06 Feb 2017 12:23:24 +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.