jupyterlab-vim
jupyterlab-vim copied to clipboard
:neckbeard: Vim notebook cell bindings for JupyterLab
Building against node 17+ fails because of new crypto library. Node throws the error "Error: error:0308010C:digital envelope routines::unsupported". [Workarounds](https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported) are either downgrade node or set the environmental variable NODE_OPTIONS="--openssl-legacy-provider" when...
When releasing `0.15.0` i accidentally created tags `1.1.0` and `1.0.0` when figuring out how to use bump version. We should delete these tags. I tried, but can into an error...
## Is your feature request related to a problem? Please describe. yes, Hello First of all, thanks for understanding Vim and merging vim world to Jupyter lab world. Now we...
## Is your feature request related to a problem? Please describe. I'm always frustrated with vim keymappings in more integrated environments (e.g. jupyter notebook/lab) that the navigation feels like a...
## Description Navigating up through cells using 'k', you scroll through code cells line by line and as you pass through markdown cells they're displayed as markdown and then rendered...
After pressing `/` there is no way to clear a matched search on a cell (unless of course you search for something not there). Can we clear search on entering...
Similar to how `Z, Z` centers the cell, how to make `Z, T` available for setting the current cell to the top of the "view"? I found it in the...
regularly, in my Vim (Spacevim) I used to navigate to the second window to copy the error and paste it. is there any ways now? Thanks
I'm using python 3.7.6 And below is my jupyter enviroment (obtained with `conda list jupyter`) ``` # Name Version Build Channel jupyter 1.0.0 py_2 conda-forge jupyter_client 6.1.3 py_0 conda-forge jupyter_console...
Or any other system buffers. To paste/copy something outside jupyterlab one still need to use CTRL+C/CTRL+V in inset mode with manual selection. It would be good to add registers support:...