ivanov / vim-ipython

A two-way integration between Vim and IPython 0.11+
http://github.com/ivanov/vim-ipython
1.04k stars 163 forks source link

Go to the next line after running C-S #125

Open ghost opened 9 years ago

ghost commented 9 years ago

It is often convenient to execute one python command after the other. In RStudio, the similar function jumps to the next line after execution. It allows executing the next line without the need to go down to it manually. You could add 'j' to the end of this line in ipy.vim: noremap (IPython-RunLine) :python run_this_line()j