Skip to content
Bruno Heridet edited this page Jul 20, 2017 · 14 revisions

Automatically break lines at 80 chars

hook buffer InsertChar [^\n] %{
   exec -draft "gh<a-k>.{80,}<ret><a-;>bi<ret><esc>"
}
Clone this wiki locally