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
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