Skip to content

Instantly share code, notes, and snippets.

@nsu
Created July 28, 2014 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nsu/239aa2547399bce7be0e to your computer and use it in GitHub Desktop.
Save nsu/239aa2547399bce7be0e to your computer and use it in GitHub Desktop.
vim 80 column
au BufRead,BufNewFile *.md setlocal textwidth=80
au BufRead,BufNewFile *.md 2mat ErrorMsg '\%81v.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment