whichwrap, autoindent, fo, reorg of README

This commit is contained in:
Reed Esau
2014-01-07 21:06:55 -07:00
parent 1a188a97cf
commit 3d267d2e8d
3 changed files with 81 additions and 44 deletions

View File

@@ -35,6 +35,12 @@ if !exists('g:pencil#joinspaces')
let g:pencil#joinspaces = 0
endif
if !exists('g:pencil#cursorwrap')
" by default, h/l and cursor keys will wrap around hard
" linebreaks. Set to 0 if you don't want this behavior
let g:pencil#cursorwrap = 1
endif
" # Commands
command -nargs=0 HardPencil call pencil#init({'wrap': 'hard'})
command -nargs=0 SoftPencil call pencil#init({'wrap': 'soft'})