在 vim 中,当我调整散文段落的换行时,它会在句子之间添加 2 个空格。例如:
This is one sentence.
This is another sentence.
如果我突出显示这两行并输入gw
它变成:
This is one sentence. This is another sentence.
句号后有两个空格。有没有办法改变 vim 的行为,使其在句号后仅使用 1 个空格?
在 vim 中,当我调整散文段落的换行时,它会在句子之间添加 2 个空格。例如:
This is one sentence.
This is another sentence.
如果我突出显示这两行并输入gw
它变成:
This is one sentence. This is another sentence.
句号后有两个空格。有没有办法改变 vim 的行为,使其在句号后仅使用 1 个空格?