jupyterlab-vim icon indicating copy to clipboard operation
jupyterlab-vim copied to clipboard

:neckbeard: Vim notebook cell bindings for JupyterLab

Results 39 jupyterlab-vim issues
Sort by recently updated
recently updated
newest added

Ctrl-Y | Move Cell Up Out of the box is working. Ctrl-E | Move Cell Down Don't work.

bug

## Is your feature request related to a problem? Please describe. blinking cursor color is not very nice ## Describe the solution you'd like change blinking cursor color

enhancement

_This is an optional add-on to #69 that makes "Leave Current Mode" the default binding for Esc._ The leave-current-mode behavior of "Esc" could/should be made default for this plugin. Though...

As we know, jupyterlab is already a "modal" editor and (by default) has a "edit4" and "command" mode. One switches between modes via Esc, a la vim. It's rather nice...

I looks as thought jupyterlab 4 will use codemirror 6: https://github.com/jupyterlab/jupyterlab/pull/11638 which drops the built in vim. Fortunately it looks like replit has taken over maintenance of the vim extension...

enhancement

When you search for `jupyterlab-vim` on either google or github this repo does not show up. (e.g. https://github.com/search?q=jupyterlab-vim) I believe that this is because this repo is a fork. It's...

enhancement

Hi, and thanks for your work on this awesome plugin! Is there a way to get spell-checking (especially in markdown cells) to work with `jupyterlab-vim`? I tried `jupyterlab-spellchecker`, but it...

enhancement

## Description `Ctrl+v` or `Shift+Insert` always paste two copies of the same content. Especially pictures copied from other web pages (pictures copied from local files to the clipboard will not...

bug

#63 got lost in the big changes in #58. That's fixed but it would be good to check that all keybindings were exactly preserved in that update

maintenance

In insert mode, I sometimes hit CTRL-P when trying to hit CTRL-[ to leave insert mode. Unfortunately, Chrome launches the print dialog if you hit CTRL-P. Right now I'm using...