lambdalisue / jupyter-vim-binding

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

Cmd-C maps to 'interrupt kernel' when focused outside of cell on Mac #70

Closed yichuan1118 closed 8 years ago

yichuan1118 commented 8 years ago

Summary

Cmd-C maps to copy when cursor is focused inside an cell to edit code. However Cmd-C maps to 'interrupt kernel' when focused outside of cell on Mac, e.g. when you select some text of the cell run output.

Environment

Cmd-C maps to copy

Actual

Cmd-C maps to 'interrupt kernel' when focused outside of cell on Mac, e.g. when you select some text of the cell run output.

lambdalisue commented 8 years ago

Hum... Make sense thanks. I'll change the default mapping.

For instance, you can use keyboard-shortcut-editor plugin to change the mapping in case you haven't noticed that ;-)

yichuan1118 commented 8 years ago

Awesome, thanks!

lambdalisue commented 8 years ago

Implemented in develop branch ;-)

yichuan1118 commented 8 years ago

Awesome! Thanks!