How do I find which plugin or script defined a specific mapping?
:verbose nmap <leader>
The :verbose prefix on mapping commands shows not just the mapping definition but also the file and line number where it was defined.
:verbose nmap <leader>
The :verbose prefix on mapping commands shows not just the mapping definition but also the file and line number where it was defined.
:verbose map <key>
Use :verbose map to see the mapping definition and the file/line where it was set.