lambdalisue / jupyter-vim-binding

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

How to run a cell and do nothing else? #59

Closed traeki closed 8 years ago

traeki commented 8 years ago

Summary

I'm sure I'm missing something obvious here. How can I currently run the cell I'm in without moving to the next cell, creating a cell, etc? Ideally I would run a cell and end in Jupyter mode (so that Markdown renders), but I'd settle for just a shortcut that runs the cell I'm in without other effects.

lambdalisue commented 8 years ago

Ctrl-Enter. But it return into Normal mode so Markdown is not rendered.

traeki commented 8 years ago

Ahah, or for OS X, which I failed to specify, command-enter.

Okay, thanks, closing this.