Created
January 27, 2012 23:11
-
-
Save kputnam/1691482 to your computer and use it in GitHub Desktop.
Markdown settings for vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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