jupyterlab-contrib / jupyterlab-vim

Vim notebook cell bindings for JupyterLab
https://jupyterlab-contrib.github.io/jupyterlab-vim.html
MIT License
661 stars 43 forks source link

Change Code/Markdown/Raw Cell mode keybindings #54

Closed baggiponte closed 2 years ago

baggiponte commented 2 years ago

Description

On some OSs, like macOS, command + 1/2/3 switches tabs on the browser. Going back to command + M/R/Y might be more versatile (albeit Command Y might open browser history), or even ctrl-O, M/R/Y.

ianhi commented 2 years ago

This will be fixed by https://github.com/jupyterlab-contrib/jupyterlab-vim/pull/58

althought I htink you can actually add these keybdings already to the keyboard shortcut settings in jlab

ktakanopy commented 1 year ago

I'm also having this problem. I can't remove the default shortcut (command + 1, command + 2 and command + 3). How can I remove them?