rmcgibbo / jupyter-emacskeys

Emacs keybindings for Jupyter notebook
88 stars 11 forks source link

Removing shortcuts #9

Open ljmartin opened 5 years ago

ljmartin commented 5 years ago

Hello, Thanks for this package. What is the best way to remove the shortcuts please? pip uninstall jupyter-emacskeys and reinstalling jupyter (through conda) did not work. Reason for uninstalling is that 'ctrl w' is a browser shortcut to close tab. Thanks

ljmartin commented 5 years ago

More google helped here. https://stackoverflow.com/questions/50507321/how-to-remove-emacs-keybindings-from-jupyter-notebook Open ~/.jupyter/nbconfig/notebook.json and set the line "jupyter_emacskeys/init": true to false.