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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -