ryantam626 / jupyterlab_sublime

A slightly opinionated Sublime notebook cell keybinding for JupyterLab.
MIT License
93 stars 30 forks source link

On macOS Cmd+Shift+D duplicates line in a notebook that's not visible #33

Open piiq opened 3 years ago

piiq commented 3 years ago

Hi 👋

First of all I would like to thank @ryantam626 for this extension. It's a fantastic productivity booster when working in notebooks. I see a problem with Cmd+Shift+D. When I am editing a file in the editor and I press Cmd+Shift+D (duplicate line in sublime) it duplicates a line or a cell in the notebook that was last edited and nothing happens in the editor. I use this shortcut "automatically-by-mistake" even I know it's not available in the text editor.

Steps to reproduce:

Is this fixable?