-
Notifications
You must be signed in to change notification settings - Fork 36.5k
Closed
Description
Notebook actions we ship in the core have VS Code inspired keybindings bound to them, with which existing users can manipulate the notebook content with the keyboard shortcuts they are already with in the text editors.
However Jupyter users may prefer the Vim-like keybindings from traditional Jupyter web apps. Those keybindings may have conflicts with the builtin ones. To avoid conflicts, we can turn them into keymaps (builtin nb keymap and a Jupyter keymap) but they should be only scoped to Notebook (meaning you can install a sublime keymap for the whole workbench and also a notebook keymap).