gpt4 book ai didi

Vim 操作如 "da"不删除空格

转载 作者:行者123 更新时间:2023-12-01 10:44:24 25 4
gpt4 key购买 nike

我有一些这样的文字:

foo<space><space><space>'bar'

当我在 'bar' 中执行 da' 时,空格被删除:

foo

如何在不删除空格的情况下执行 da',以便得到这个结果?

foo<space><space><space>

最佳答案

我在 vim 关于 text-objects 的帮助主题中找到了这个:

i"                          *v_iquote* *iquote*
i' *v_i'* *i'*
i` *v_i`* *i`*
Like a", a' and a`, but exclude the quotes and
repeating won't extend the Visual selection.
Special case: With a count of 2 the quotes are
included, but no extra white space as with a"/a'/a`.

因此,执行以下操作不会删除空格。

d2i'

有关文本对象的更多帮助,请执行 :help text-objects

关于Vim 操作如 "da"不删除空格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27988322/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com