hecal3 / vim-leader-guide

295 stars 21 forks source link

Allow renaming mappings without defining a command #54

Open jandamm opened 4 years ago

jandamm commented 4 years ago

This allows the user to change the name of a mapping like this:

let g:lmap.s = 'Search'

instead of

let g:lmap.s = [':grep ' : 'Search']