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.
真的不喜欢在另一个窗口中打开 :e 和 :b ,并且想重新映射它们正在调用的函数。
Viper ex 命令在ex-token-alist.
ex-token-alist
添加新命令(当然其他方法,如 consing 和add-to-list可能):
add-to-list
(push '("name" (do-this)) ex-token-alist)
以前的条目比以后的具有更高的优先级,所以如果你想覆盖,只需添加它们。