Is there a way to communicate with vim in python?
I mean, I am wring a small software using python, it has a facility of memo, so when I want to write some memo, the software should invoke vim. After editing, it will save the buffer of vim in some format.
Just like committing in git, git invokes an editor. So is there any module to do this?