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.
是否有显示最常复制/粘贴的剪辑的功能?
例如,该信息可能有助于提高生产力,例如查看哪些剪辑可以存储在寄存器中。
除了保存最后 10 个 yanks 和 delete的编号寄存器 "0外,没有任何内置功能。"9
"0
"9
但是,您可以构建自己的插件,偶尔对寄存器内容(例如 onCursorHold或FocusLostevents)进行采样,并维护统计信息。要获得准确的值,您需要重载所有相关的 yank 和 delete 命令(就像YankRing之类的插件一样)。
CursorHold
FocusLost