ktonga / vim-follow-my-lead

Vim plugin for showing all your <Leader> mappings in a readable table including the descriptions.
105 stars 9 forks source link

Format longer mappings correctly #18

Closed bendk closed 8 years ago

bendk commented 8 years ago

This makes things work for mappings with more chars in them. I have some mappings with <space> which was breaking the table format.

ktonga commented 8 years ago

I have myself a mapping <leader><space> (space is my leader) for :wa so this was bothering me for a while. Thanks for the contribution!