lambdalisue / jupyter-vim-binding

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

[Feature Request] Swap colon with semi-colon #147

Closed sizhky closed 4 years ago

sizhky commented 4 years ago

Title says it all... Is there a way to swap colon and semi-colon keys, as I have this habit in general.

Also in general, I was thinking is there no way to connect system's vim to be used as backed instead of a copy of vim (code-mirror)?

lambdalisue commented 4 years ago

I guess it's not possible while CodeMirror's Vim does not have noremap feature.

Also in general, I was thinking is there no way to connect system's vim to be used as backed instead of a copy of vim (code-mirror)?

This plugin does not provide such feature.