firai

Results 79 comments of firai

By the way, both copying and pasting from the system clipboard (`"+y` and `"+p`) are supported by the underlying vim engine (https://github.com/replit/codemirror-vim) in Chrome-based browsers, even without any additional JupyterLab...

As mentioned above, I believe the original issue of not being able to use registers is already resolved for most cases, with the caveat that pasting from the system clipboard...

It seems like this only happens now in the first file editor instance if JL is loaded/reloaded with a URL pointing to a file editor-type document, and it doesn't always...

The current behavior seems to be caused by `notebookTracker.activeCellChanged` or `editorTracker.currentChanged` signals firing as background tabs are initialized, but the resulting `onActiveCellChanged() -> modifyCell()` or `onActiveEditorChanged() -> modifyEditor()` operation modifies...

README now contains a recording of the plugin in action. I understand the installation failures noted above have also been resolved. Please reopen or open a new issue if you're...

~~I don't have edit privileges, but~~ I believe this should be named "Attempting to navigate above the first **Markdown** cell in vim mode loses focus". This seems to be caused...

Hi @liganega, I understand that this has been resolved. Please reopen or open a new issue if you're still having this issue.

JupyterLab now allows you to do this in your user preferences by adding following to the keyboard shortcut settings (Settings menu → Settings Editor → JSON Settings Editor [in the...

A summary of browser key bindings that have been suggested here to be blocked by the extension: - Ctrl+P – I understand that the desire to block this binding is...

@ianhi I think the fundamental issue has been fixed somewhere along the way, as Ctrl O, Shift O for inserting a cell above works. However, the intended vim Normal mode...