Python Interpreter Shell with Vi(m) integration possible?
问题 I love to use bpython but in Ruby there is a gem called interactive_editor that makes it possible to combine Vi(m) with the Ruby shell which makes the Development process much more comfortable. A good introduction to interactive_editor: http://vimcasts.org/episodes/running-vim-within-irb/ Are there any tools (like interactive_editor for Ruby) available to combine the Python shell with Vi(m)? 回答1: You could have a look at the vim-ipython vim plugin: https://github.com/ivanov/vim-ipython This