gpt4 book ai didi

macos - vim repeat macro 记录在一个大写字母下

转载 作者:行者123 更新时间:2023-12-05 09:35:14 25 4
gpt4 key购买 nike

通常我使用 q[some letter] 录制 vim 宏并使用 @[some letter] 重播它

我刚刚使用 qT 保存了一个宏,我正在尝试使用 @T 重播它。但是当我执行 @T 时,它只会运行 @t(小写的)。

知道如何存储和重放以大写字母存储的宏吗?

最佳答案

根据 vim 引用手册,在寄存器部分,

  1. Named registers "a to "z or "A to "Z
    Vim fills these registers only when you say so. Specify them aslowercaseletters to replace their previous contents or as uppercase letters toappendto their previous contents. When the '>' flag is present in'cpoptions' thena line break is inserted before the appended text.

所以记录到 T 寄存器实际上只是附加到 t 寄存器。小写和大写寄存器不是分开的。

关于macos - vim repeat macro 记录在一个大写字母下,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66016699/

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