You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 cell and back in order to enable vim in the first cell.
Upon triage by @krassowski, changing CodeMirror settings for code cells also causes vim mode to be disabled for the current cell.
Reproduce
Type 1
Install both jupyterlab-vim and jupyterlab-execute-time
Create a new notebook
Type 2
Install jupyterlab-vim alone
Change CodeMirror settings
Expected behavior
vim mode properly initializes regardless of other extensions
firai
changed the title
vim mode not enabled for first cell when jupyterlab-execute-time is installed
vim mode disabled for first cell when code cell extension is installed or for current cell when changing CodeMirror settings
Oct 10, 2023
Seems like this doesn't occur with every CodeMirror extension. When I use jupyterlab-vim with jupyterlab-indent-guides, neither first load nor changing settings for jupyterlab-indent-guides from the Settings Editor disables vim mode.
Description
When a code cell extension, such as
jupyterlab-execute-time
, is installed alongsidejupyterlab-vim
, vim mode does not initialize in the first cell, and the user must switch to another cell and back in order to enable vim in the first cell.Upon triage by @krassowski, changing CodeMirror settings for code cells also causes vim mode to be disabled for the current cell.
Reproduce
Type 1
jupyterlab-vim
andjupyterlab-execute-time
Type 2
jupyterlab-vim
aloneExpected behavior
vim mode properly initializes regardless of other extensions
Context
jupyterlab-vim 4.0.3
jupyterlab-execute-time 3.0.1
The text was updated successfully, but these errors were encountered: