Дуже часто я пишу розмітку у VIM, і в цих розмітках будуть абзаци. Щоб допомогти мені в редагуванні, я налаштував свій Vim, щоб обернути рядок на 80 символів. Це добре, якщо я просто продовжую набирати текст, але проблема полягає в тому, що якщо мені потрібно зробити якусь корекцію, це стає дуже дратівливим.
демонстрація (взята з логіки вікіпедії першого порядку):
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.
Все йде нормально. Але коли я переглядаю статтю, я можу вирішити додати щось посередині, скажімо:
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.
рядок 3 - це я хочу завернути. Якщо я це роблю в VIM, мені потрібно буде вручну приєднатись до рядків і перегорнути весь абзац.
Хтось мав ідею, як змусити VIM робити це автоматично?