文件名称:vimsplain:解释Vim命令序列
文件大小:30KB
文件格式:ZIP
更新时间:2024-02-22 19:34:56
python vim VimPython
Vimsplain接受一系列vim命令,并尝试解释命令的含义。 请注意,Python 2存在一些与Unicode相关的问题,因此最好使用Python 3.x解释器(通常安装为python3)。 用法: python3 vimsplain.py commands 例如 > python3 vimsplain.py qa3jYpJDq2@aZZ qa record typed characters into named register {0-9a-zA-Z"} (uppercase to append) 3j cursor 3 lines downward Y yank 1 lines [into buffer x]; synonym for "yy" p put the text [from register x] after the cursor 1 times J Join 2 lines; default is 2 D delete the characters under the cursor until
【文件预览】:
vimsplain-master
----.gitignore(19B)
----README.md(3KB)
----LICENSE.vim(6KB)
----test()
--------vimsplaintest.py(1KB)
----index.txt(71KB)
----LICENSE(769B)
----vimsplain.py(11KB)
----requirements.development.txt(25B)
----.travis.yml(165B)