prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 160 forks source link

need modify example pyvimrc #113

Open cxwx opened 5 years ago

cxwx commented 5 years ago

please help modify example/config/pyvimrc it has some bug I modify

from prompt_toolkit.key_binding.input_processor import KeyPress

from prompt_toolkit.key_binding.key_processor import KeyPress

but I cannot use pyvim to complete code now

cxwx commented 5 years ago

nobody maintian this?

jonathanslenders commented 5 years ago

Hi @cxwx, Feel free to create a pull request for this. Thank you!

cosven commented 5 years ago

I have submit a PR here https://github.com/jonathanslenders/pyvim/pull/115 . cc @jonathanslenders