Vim: 让 gq 招待 '.'作为句子的结尾

发布于 2024-08-05 10:43:50 字数 344 浏览 2 评论 0原文

相关vim-how-to-reformat-a-set-of-lines-into-a-single-lines-if-the-line-is-a-single

我想要 gq处理“.”作为 Latex 中句子的结尾。与较高的 tw 值相结合,其目的是自动将段落重新格式化为行列表。

(仅供参考,如果您想知道的话,这是一种更好的编辑乳胶的方法)

Related to vim-how-to-reformat-a-set-of-lines-into-a-single-lines-if-the-line-is-a-single

I'd like gq to treat a '.' as the end of a sentence in latex. Combined with a high value of tw, the intention is automatically reformat a paragraph into a list of lines.

(FYI, this is a much nicer way to edit latex, if you are wondering)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

娇柔作态 2024-08-12 10:43:50

当我编辑 Latex 时,我使用

:imap <Space><Space> <CR>

Don't think that it need reformatting 技巧。


Paul Biggar 评论道,类似的解决方案适用于不习惯在每个句子末尾添加两个空格的人:

:imap .<Space> .<CR>

When I edit Latex, I use

:imap <Space><Space> <CR>

Don't think that it needs reformatting tricks.


Paul Biggar comments out that the similar solution works for people not used to putting two spaces at the end of each sentence:

:imap .<Space> .<CR>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文