You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: