Rất thường xuyên, tôi viết markdown trong VIM, và sẽ có những đoạn trong markdown đó. Để giúp chỉnh sửa, tôi thiết lập Vim của mình để bọc một dòng trên 80 ký tự. Nó hoạt động tốt nếu tôi cứ gõ, nhưng vấn đề là nếu tôi cần chỉnh sửa, nó sẽ trở nên rất khó chịu.
bản demo (lấy từ logic thứ tự đầu tiên của 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.
Càng xa càng tốt. Nhưng khi tôi sửa lại bài viết, tôi có thể quyết định thêm một cái gì đó vào giữa, nói:
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.
dòng thông báo 3 là cái tôi muốn bọc. Nếu tôi làm điều đó trong VIM, tôi sẽ cần phải tự nối các dòng và viết lại toàn bộ đoạn văn.
Bất cứ ai cũng có ý tưởng làm thế nào để làm cho VIM làm điều đó tự động?