Updated doc

This commit is contained in:
əlemi 2019-11-02 05:08:03 +01:00
parent a2779319fe
commit 983b6925af
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -14,18 +14,17 @@ but not typing for 1 second resets it.
The script is triggered whenever a text edit is detected in insert mode. The script is triggered whenever a text edit is detected in insert mode.
Progress is tracked per filetype (and stored in ~/.vim/.combo/). Progress is tracked per filetype (and stored in ~/.vim/.combo/).
Best score is displayed next to the current combo, and in square brackets By default inside the block B of airline vim a string x\|y\|z is
the best score across all filetypes is shown. displayed, where
When a new high score is achieved, it is saved inside .vim as .combo. x is the current score
If you get errors at launch, check that .combo exists and has just a y is the best score for this filetype
number inside (should be 0, or last best combo). z is the best score across all filetypes
When a new high score is achieved, it is automatically saved.
Each 10 points increases a combo bar next to the scores
By default, combo is not tracked in .txt, .tex, .vim files and in files with If you get errors at launch, check that .combo folder exists. A none.cmb
no extension. This can be removed by deleting (or commenting) the first lines file should already be inside, create it if it is missing and place a 0
in the script. inside.
By default, the section B of airline-vim is overwritten to display current
combo. A random Runic character has been chosen to indicate the combo field.
If you think you can help this little script, absolutely do contact me! If you think you can help this little script, absolutely do contact me!
There is a github (https://github.com/alemigliardi/vim-combo). I still know There is a github (https://github.com/alemigliardi/vim-combo). I still know