vim-leader-guide icon indicating copy to clipboard operation
vim-leader-guide copied to clipboard

Allow renaming mappings without defining a command

Open jandamm opened this issue 3 years ago • 0 comments

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']

jandamm avatar Aug 03 '20 21:08 jandamm