How can you use Python in Vim?

前端 未结 12 1765
清酒与你
清酒与你 2020-12-07 06:43

I waste a lot of time between Vim and Python. I find it too slow to manually copy-paste from Python to Vim and vice versa. A good broken example is:

%

12条回答
  •  温柔的废话
    2020-12-07 07:42

    I just wrote the following module that lets you edit a temporary buffer in vim directly in the Python interpreter.

    http://philipbjorge.github.com/EditREPL/

提交回复
热议问题