Vim:如何确定设置键映射的位置/时间?

Wil*_*ill 3 mapping vim configuration keyboard-shortcuts editor

我在输出中找到了一个:map我要删除的映射,但我不知道映射的设置位置.

有没有办法找出映射设置的位置/时间,以便我可以删除它?

rom*_*inl 8

使用此命令:

:verbose map <key>
Run Code Online (Sandbox Code Playgroud)