Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 MacVim 作为我的主要代码编辑器,但似乎无法弄清楚我遇到的一个小问题。我无法使用句点键重复上一个命令。相反,它只是删除选定的行。我安装了 Janus,但我认为这不会影响事情。任何建议都会很棒。
并非所有命令都被考虑重复.,例如不考虑光标移动命令。该.命令将重复考虑的最后一个命令,这可能是您dd的情况(删除一行)。
.
dd