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
Post a Comment