From ce88e430d0b35e461d202e61c3c29ec59cf99a7c Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 26 Oct 2019 16:28:14 +0200 Subject: [PATCH] Updated README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a038c6f..3132c4d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # 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. +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. -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. +No more! vim-combo is inspired from Code in the Dark's code editor. While the particles and text shaking is nice and all, the thing I really wanted was to keep track of my combos. +So here comes vim-combo! Each keypress (cursor movement) 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. + +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!