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.
我想知道是否有任何键绑定到 Vim 中的 mapleader 键。或者换句话说:mapleader 键是否为我提供了一组完整的空白用户定义键绑定。
是的,没有默认的 mapleader 映射。很多插件都使用它们,所以检查它们是否已经存在通过:verbose map <binding>或:help hasmapto()。
:verbose map <binding>
:help hasmapto()
哦,顺便说一下,也检查一下:help maplocalleader。
:help maplocalleader