Updated doc file
This commit is contained in:
parent
9d34850896
commit
b293e835a8
1 changed files with 13 additions and 7 deletions
|
@ -1,10 +1,14 @@
|
||||||
.__ ___.
|
*vim-combo.txt* Tracks keypresses in vim to build up combos
|
||||||
___ _|__| _____ ____ ____ _____\_ |__ ____
|
________________________________________________________________________________________________________/\\\______________________
|
||||||
\ \/ / |/ \ ______ _/ ___\/ _ \ / \| __ \ / _ \
|
________________________________________________________________________________________________________\/\\\______________________
|
||||||
\ /| | Y Y \ /_____/ \ \__( <_> ) Y Y \ \_\ ( <_> )
|
__________________/\\\___________________________________________________________________________________\/\\\______________________
|
||||||
\_/ |__|__|_| / \___ >____/|__|_| /___ /\____/
|
_____/\\\____/\\\_\///_____/\\\\\__/\\\\\____/\\\\\\\\\\\_____/\\\\\\\\_____/\\\\\_______/\\\\\__/\\\\\___\/\\\____________/\\\\\____
|
||||||
\/ \/ \/ \/
|
_____\//\\\__/\\\___/\\\__/\\\///\\\\\///\\\_\///////////____/\\\//////____/\\\///\\\___/\\\///\\\\\///\\\_\/\\\\\\\\\____/\\\///\\\__
|
||||||
|
_______\//\\\/\\\___\/\\\_\/\\\_\//\\\__\/\\\________________/\\\__________/\\\__\//\\\_\/\\\_\//\\\__\/\\\_\/\\\////\\\__/\\\__\//\\\_
|
||||||
|
_________\//\\\\\____\/\\\_\/\\\__\/\\\__\/\\\_______________\//\\\________\//\\\__/\\\__\/\\\__\/\\\__\/\\\_\/\\\__\/\\\_\//\\\__/\\\__
|
||||||
|
___________\//\\\_____\/\\\_\/\\\__\/\\\__\/\\\________________\///\\\\\\\\__\///\\\\\/___\/\\\__\/\\\__\/\\\_\/\\\\\\\\\___\///\\\\\/___
|
||||||
|
_____________\///______\///__\///___\///___\///___________________\////////_____\/////_____\///___\///___\///__\/////////______\/////_____
|
||||||
|
===========================================================================================================================================
|
||||||
Each keystroke in insert mode increases your combo, but not typing for 1 second resets it.
|
Each keystroke in insert mode increases your combo, but not typing for 1 second 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.
|
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.
|
||||||
|
|
||||||
|
@ -13,3 +17,5 @@ If you get errors at launch, check that .combo exists and has just a number insi
|
||||||
|
|
||||||
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.
|
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.
|
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:
|
||||||
|
|
Loading…
Reference in a new issue