Skip to content

Instantly share code, notes, and snippets.

@gagomes
Last active August 22, 2016 17:57
Show Gist options
  • Save gagomes/14b3685435c9350da1ec3b4d64d0d439 to your computer and use it in GitHub Desktop.
Save gagomes/14b3685435c9350da1ec3b4d64d0d439 to your computer and use it in GitHub Desktop.
Nano text justify in VIM

(Close approximation)

Install par, e.g: apt-get install par or brew install par

And add the following to your ~/.vimrc

set formatprg=par\ -w80
map <C-J> gqip 

Then just press control-j at the beginning of a paragraph in normal mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment