vim-combo/README.md

10 lines
913 B
Markdown
Raw Normal View History

2019-10-22 11:49:56 +02:00
# vim-combo
2019-10-26 16:28:14 +02:00
Have you ever wondered how sick is your function typing? That insane very long lambda you just written in one go must have been a hell of a combo, shame it wasn't tracked.
2019-10-22 12:00:29 +02:00
Well now you can! vim-combo is inspired by the power-mode many more graphical editors have. While all the particles and text shaking is nice and all, the thing I really wanted was to keep track of my typing combos.
2019-10-23 00:21:16 +02:00
So here comes vim-combo! Each keypress in insert mode increases the counter. The counter gets resetted if you type nothing for more than half a second.
2019-10-22 12:00:29 +02:00
2019-11-02 05:35:18 +01:00
vim-combo keeps track of your best combos for each filetype. Every time vim loads, the best combo is loaded from file. Every time you get a new best score, the value on file is replaced.
2019-10-26 16:28:14 +02:00
There already are few plugins which provide particles (vim-particle, vim-power-mode) but they required windows. vim-combo can run on any system since it's only vim script!