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

:neckbeard: Vim notebook cell bindings for JupyterLab

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

Hi. The blinking cursor in jupyterlab was an issue in the past, see e.g. [here](https://github.com/jupyter/notebook/issues/1570) and [here](https://github.com/jupyterlab/jupyterlab/issues/10443). This was ultimately resolved by providing the user with the ability to set...

bug
upstream

Originally from https://github.com/jupyterlab/jupyterlab/issues/15196 where it was suggested that this is a better fit for jupyterlab-vim ### Problem Currently, matching parenthesis are indicated by highlighting the entire block the parenthesis is...

enhancement

## Description When a code cell extension, such as `jupyterlab-execute-time`, is installed alongside `jupyterlab-vim`, vim mode does not initialize in the first cell, and the user must switch to another...

bug
help wanted

## Description I tried to remap `j` to `gj` in normal mode, but it doesn't work. However, if I map `M` to `gj`, it will work. However, such map is...

bug

Yanking text within cell puts it in some non system buffer (xclip does not see it). It is very inconvinient

enhancement
upstream

Are there any basic rules of jupyterlab-contrib for giving contributors triage and/or write permissions, @krassowski @fcollonval ? There have been some consistent contributors (both code and otherwise) to this repo...

Hello Friends: I originally posted the following [here](https://github.com/jupyterlab/jupyterlab/issues/16576), and they suggested posting this issue here. I'm running the below library versions in a `Python` virtual environment. My **JupyterLab Notebooks** use...

bug

## Description Python 3.10.9 Jupyter lab 4.1.0 Jupyterlab-vim 4.1.3 Jupyterlab-vim doesn't work in vim mode on cell. The expected behavior is to get back to normal mode when esc is...

bug
needs info

## Description When I press a key such as `i` or `a` or `cc`, which moves into insert mode, the cell contents get replaced by ‘NULNUL’ (presumably a visual representation...

bug
needs info

Is it possible to have a two keystroke mapping, e.g. kj for esc have a time out limit between the first and second keystroke? For example if I would like...

enhancement
upstream