lambdalisue / jupyter-vim-binding

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

Enable Ctrl-C Vim binding #46

Closed mihaic closed 8 years ago

mihaic commented 8 years ago

Ctrl-Ins can be used instead for OS copy.

lambdalisue commented 8 years ago

Could you explain a bit more? Why do you need Ctrl-C mappings and how can you use Ctrl-Ins instead of Ctrl-C?

mihaic commented 8 years ago

Ctrl-C is simply what I use with Vim (and the Vim-mode of other tools), instead of Esc because it's more comfortable. It's mapped by default, I don't need to do anything to enable it.

On Ubuntu (tested on 14.04), Ctrl-Ins works just like Ctrl-C for copying to the OS clipboard.

lambdalisue commented 8 years ago

Ctrl-C is simply what I use with Vim (and the Vim-mode of other tools), instead of Esc because it's more comfortable. It's mapped by default, I don't need to do anything to enable it. On Ubuntu (tested on 14.04), Ctrl-Ins works just like Ctrl-C for copying to the OS clipboard.

I'm sorry but it is too personal and I cannot merge this.