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 を別のウィンドウで開くのは本当に好きではなく、呼び出している関数を再マップしたいと考えています。
Viperexコマンドはで定義されていex-token-alistます。
ex-token-alist
新しいコマンドを追加するには(もちろん、consingなどの他のアプローチadd-to-listも可能です):
add-to-list
(push '("name" (do-this)) ex-token-alist)
前のエントリは後のエントリよりも優先度が高いため、オーバーライドする場合は、それらを追加するだけです。