Open jandamm opened 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']
This allows the user to change the name of a mapping like this:
instead of