lambdalisue / jupyter-vim-binding

Jupyter meets Vim. Vimmer will fall in love.
2.1k stars 136 forks source link

Staying in insert mode after running cell #42

Closed igorpejic closed 8 years ago

igorpejic commented 8 years ago

What I would want:

  1. Typing something in insert mode
  2. Ctrl+Enter
  3. The code runs and returns me into insert mode where I left off

Is there a customization for this? Thanks

lambdalisue commented 8 years ago

Currently no. But I think what you said makes sense so I would like to change the default behaviour.

To make that, needs

For now, I don't really have time to implement the above so give me time or send me a PR ;-)