Skip to content

Instantly share code, notes, and snippets.

@deris
Created April 1, 2015 22:03
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 deris/37a50678fb843aa6ae27 to your computer and use it in GitHub Desktop.
Save deris/37a50678fb843aa6ae27 to your computer and use it in GitHub Desktop.
固定幅自動改行
" 120幅で改行する
set textwidth=120
" 自動で改行する
set formatoptions+=t
" 挿入時、'textwidth'より短くても改行する
set formatoptions-=l
" 'textwidth'より短ければ、挿入時以降の空白でなくても改行する
set formatoptions-=v
" gqコマンドを使えば、既存のコードも自動で改行する
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment