How to see what mapping for a particular key in vim? -


i know <leader>a mapped in vim. there command know this?

use :map <leader>a list of mappings having specific prefix.

from :h :map

        list key mappings modes map         command applies.  note ":map" , ":map!"         used often, because include other modes. 

Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -