a combo tracker for (neo)vim, completely written in lua or vimscript
Find a file
2019-10-22 14:59:47 +02:00
doc Organized the plugin structure. Added initial documentation 2019-10-22 14:58:32 +02:00
plugin Organized the plugin structure. Added initial documentation 2019-10-22 14:58:32 +02:00
LICENSE Initial commit 2019-10-22 11:49:56 +02:00
README.md Updated README 2019-10-22 12:00:29 +02:00

vim-combo

Have you ever wanted to see how fast you can type? That insane very long lambda you just written in one go must have been a hell of a combo, shame it wasn't tracked.

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. So here comes vim-combo! Each keypress in insert mode increases the counter. The counter gets resetted if you type nothing for more than a second.

vim-combo keeps track of your best combos by saving them to a .combo file in .vim. Every time vim loads, the best combo is loaded from such file. Every time you get a new best score, the content of such file is overwritten.