Kotlin / kotlin-jupyter

Kotlin kernel for Jupyter/IPython
Apache License 2.0
1.09k stars 106 forks source link

Vimium emulation and Escape button #441

Open kqvanity opened 6 months ago

kqvanity commented 6 months ago

I'm currently using the Vimium plugin along with Kotlin Notebooks, however as I have the Escape button swapped out with the Caps Lock key system-wide, whenever I hit the Escape button to leave insert mode, the current cell loses focus. Is there to only use the Ctrl-C instead of Escape or remape the default key bindings of Kotlin Notebook? Thanks