lambdalisue / jupyter-vim-binding

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

Shouldn't Ctrl+Return switch from command mode to Jupyter mode? #120

Open danijar opened 6 years ago

danijar commented 6 years ago

Otherwise, we don't see the rendered result of Markdown cells.

lambdalisue commented 6 years ago

Hum... It was on purpose but how many people want this?

danijar commented 6 years ago

I see how it makes sense for code cells that Ctrl+Return runs the cell and stays in Vim command mode. But for markdown cells, the command doesn't do anything right now. It just shows the little popup that Markdown is being rendered but the result is never shown since the cell stays in Vim mode. Not sure about the best solution here, since it might be nice to keep the same semantics regardless of the cell type.

withrocks commented 6 years ago

In my case (Firefox with all extensions disabled) nothing seems to happen when I press Ctrl+Return, neither on a code cell nor a markdown cell.

lambdalisue commented 6 years ago

Do you use mac? Cmd+Return then

withrocks commented 6 years ago

Thanks for the reply. That works! It's a little bit confusing since ctrl+return works as expected when I disable the extension.