vim-leader-guide
vim-leader-guide copied to clipboard
Allow renaming mappings without defining a command
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']