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.
我喜欢使用“,”作为前导键的工作方式,但又不想失去原有的“,”功能,因为它与“f”和“t”命令一起非常强大。
有没有办法可以重新映射原始的“,”键,也许会调用一些内部低级 VIM 调用?
是的。通过使用:nnoremap,您可以定义非递归映射;即右侧不检查映射,因此,仍然可以访问原始含义。例如,我'为此重新映射(因为跳转到标记功能'也几乎与该`命令相同):
:nnoremap
,
'
`
:nnoremap ' ,