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.
我刚刚绑定localleader到“”(空格键),现在每次按空格键时 vim 都会变慢。我想它会等待某种组合,但我在插入模式下没有任何使用localleader键的绑定。有没有办法告诉vimlocalleader在插入模式下不要等待键?
localleader
只有在实际定义了(插入模式)映射时才会有延迟。采用
:verbose imap <Space>
寻找映射以及哪个插件定义了它。