Skip to content

Instantly share code, notes, and snippets.

@kputnam
Created January 27, 2012 23:11
Show Gist options
  • Save kputnam/1691482 to your computer and use it in GitHub Desktop.
Save kputnam/1691482 to your computer and use it in GitHub Desktop.
Markdown settings for vim
set wrap " changes text display, doesn't change the buffer
set linebreak " break at word boundaries, instead of mid-word
" gq will reformat text to wrap at boundaries
set textwidth=78 " wrap text as its being typed
set wrapmargin=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment