Closed
Description
openedon Aug 19, 2021
Refs: #106679
Complexity: 2
Authors: @joyceerhl @rebornix
We moved the keybindings shipped with Jupyter extension to a separate extension Jupyter Keymap, which users can disable if they want to use the builtin keybindings or another keymap extension for notebook.
The Jupyter Keymap extension is slightly different from a regular Keymap extension, e.g., Sublime Text / Atom, which are global keymaps and we only allow one global keymap extension activated, but Jupyter Keymap is a set of keybindings for Notebook in particular. We will add support for scoped keymap in the future iteration but for now please test:
- You can use Jupyter keybindings after install Jupyter extension
- You can disable the Jupyter Keymap extension
- When Jupyter Keymap extension is activated, install another notebook keymap extension will show a prompt to disable Jupyter Keymap
- You can install the Jupyter Keymap extension without the Jupyter extension and it behaves well
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment