drmikehenry / vim-fontsize

Adjust Gvim font size via keypresses
42 stars 5 forks source link

ENH: Allow to pass [count] to increase / decrease mappings. #3

Closed inkarkat closed 10 years ago

inkarkat commented 10 years ago

So if you know you want to increase the font size by 8, you can just use 8<Leader><Leader>+ instead of repeating + 7 more times.

drmikehenry commented 10 years ago

Thanks very much for the idea and the code, Ingo; I've incorporated it as version 0.3.3.

inkarkat commented 10 years ago

Thanks, and keep up the good work!