Molto spesso, scrivo il markdown in VIM e ci saranno dei paragrafi in questi markdown. Per aiutare la mia modifica, ho impostato il mio Vim per avvolgere una riga su 80 caratteri. Funziona bene se continuo a scrivere, ma il problema è che se devo fare qualche correzione, diventa molto fastidioso.
demo (tratto dalla logica del primo ordine di Wikipedia):
The adjective "first-order" distinguishes first-order logic from higher-order logic
in which there are predicates having predicates or functions as arguments. In first-order
theories, predicates are often associated with sets. In interpreted higher-order
theories, predicates may be interpreted as sets of sets.
Fin qui tutto bene. Ma quando rivedo l'articolo, potrei decidere di aggiungere qualcosa nel mezzo, dire:
The adjective "first-order" distinguishes first-order logic from higher-order logic
in which there are predicates having predicates or functions as arguments,
or in which one or both of predicate quantifiers or function quantifiers are permitted.
In first-order theories, predicates are often associated with sets. In interpreted higher-order
theories, predicates may be interpreted as sets of sets.
nota la riga 3 è quella che voglio avvolgere. Se lo faccio in VIM, dovrò unire manualmente le linee e ricoprire l'intero paragrafo.
Qualcuno ha idea di come fare VIM farlo automaticamente?