vimsplain
vimsplain copied to clipboard
Explain Vim command sequences
When running the script like so: `python vimsplain.py ciw` the program throws the following error: ``` PS Z:\Documents\Git\vimsplain> python .\vimsplain.py ciw Traceback (most recent call last): File "Z:\Documents\Git\vimsplain\vimsplain.py", line 288,...
`0` in normal mode, in vim brings you to the beginning of the line (like `^`) ``` $ python3 vimsplain.py 0j 0j cursor 0 lines downward ``` but should output...
Select mode is not implemented yet
e.g. "vimsplain qa" should give record typed characters into named register a (uppercase to append) intead of the current record typed characters into named register {0-9a-zA-Z"} (uppercase to append)
Arrow keys, mouse keys and backspace do not work