Ian Hunt-Isaak
Ian Hunt-Isaak
oh actually I think I see why. It's because these are conflicting goals: ``` * This is a no-op if the first cell is the active cell. .... * The...
> 1.Having the output as a (read only) cell is another idea. Can you have a look at https://github.com/jupyterlab-contrib/jupyterlab-vim/issues/53 ? > 2.we could also have same functionality of Vim extension...
Hi @liganega are you sitll having this issue? I think this was an issue with jupyterlab itself which should be fixed now.
I don't think there's an easy way for the extension to do this as jlab makes each cell a separate codemirror editor instance.
This works by default in jlab4! But remains a won't/can't fix for jlab3. If i'm wrong and somehow fooled myself into thinking this works please feel free to re-open
ahh indeed it doesn't seem to translate properly to new cells. I wonder if theres any way we can pull some of the state of when a new cell gets...
Your proposed fix has the downside of preventing of the print dialog from working, which if implemented would almost certainly create bug reports that this extension broke printing :upside_down_face: Admittedly...
Now that we have a real settings file I'm open to re-considering this as an opt-in setting. If anyone wants to have a go at PR for something like this...
I don't think so? I can rename those in the normal file browser. Looking at the error it looks as though the folder name is being appended twice because maybe...
For example with a top level folder named `folder-without-spaces` an attempt to rename it gives this error: ``` Unknown error renaming file: folder-without-spaces/folder-without-spaces [Errno 2] No such file or directory:...