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 -

c# - How do I debug "System.DllNotFoundException: The specified procedure could not be found"? -

python - How to read gradle build progress from it's output? -