21 lines
2.2 KiB
Text
21 lines
2.2 KiB
Text
*vim-combo.txt* Tracks keypresses in vim to build up combos
|
|
________________________________________________________________________________________________________/\\\______________________
|
|
________________________________________________________________________________________________________\/\\\______________________
|
|
__________________/\\\___________________________________________________________________________________\/\\\______________________
|
|
_____/\\\____/\\\_\///_____/\\\\\__/\\\\\____/\\\\\\\\\\\_____/\\\\\\\\_____/\\\\\_______/\\\\\__/\\\\\___\/\\\____________/\\\\\____
|
|
_____\//\\\__/\\\___/\\\__/\\\///\\\\\///\\\_\///////////____/\\\//////____/\\\///\\\___/\\\///\\\\\///\\\_\/\\\\\\\\\____/\\\///\\\__
|
|
_______\//\\\/\\\___\/\\\_\/\\\_\//\\\__\/\\\________________/\\\__________/\\\__\//\\\_\/\\\_\//\\\__\/\\\_\/\\\////\\\__/\\\__\//\\\_
|
|
_________\//\\\\\____\/\\\_\/\\\__\/\\\__\/\\\_______________\//\\\________\//\\\__/\\\__\/\\\__\/\\\__\/\\\_\/\\\__\/\\\_\//\\\__/\\\__
|
|
___________\//\\\_____\/\\\_\/\\\__\/\\\__\/\\\________________\///\\\\\\\\__\///\\\\\/___\/\\\__\/\\\__\/\\\_\/\\\\\\\\\___\///\\\\\/___
|
|
_____________\///______\///__\///___\///___\///___________________\////////_____\/////_____\///___\///___\///__\/////////______\/////_____
|
|
===========================================================================================================================================
|
|
Each keystroke in insert mode increases your combo, but not typing for 0.5 seconds resets it.
|
|
Hacks are not patched around : you can keep a key pressed to increase your combo, and CTRL+SHIFT+V will all be counted as a combo.
|
|
|
|
Best score is displayed next to the current combo in square brackets. When a new high score is achieved, it is saved inside .vim as .combo.
|
|
If you get errors at launch, check that .combo exists and has just a number inside (should be 0, or last best combo).
|
|
|
|
The plugin is still under construction. Right now, you will need to edit the path to the .combo file and choose where to display the combo information.
|
|
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.
|
|
|
|
vim:tw=78:ts=8:ft=help:norl:
|