-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ecs takes me from insert mode to jupyter command mode #137
Comments
Same problem with Chrome and jupyterlab 3.2.8. I rolled back to jupyterlab-vim 0.14.4 and the problem went away. |
Same problem with Firefox but rolling back neither jupyterlab or jupyterlab-vim didn't solve the problem. |
Same problem here, this is too essential for vim: switch between insert and normal mode is the first thing needs to always work. Thanks. |
I use C-O O as a workaround but it will insert new cells, at least it got me out of insert mode. C-J / C-K also kind of a workaround |
Update: rolling back versions was a temporary fix, but the problem came back. I found another thread about this problem (though I can't find it now) which indicated that the problem had to do with a change in jupyterlab itself, and that doing a hard reload of the browser ( |
The problem for me seems specific to the browser that jupyter-lab is running in, and the directory where my *.ipynb files are. For example, I can start jupyter-lab running in one directory with some notebooks without problems, and then in another directory where I get the same issue described above, both in the same browser (firefox). Sometimes removing the .ipynb_checkpoints fixed the issue, but not consistently. I'd be happy to check any relevant log files or something, if anyone has advice about diagnosing the problem further. |
Hi all, the main rep has moved a while ago to: https://github.com/jupyterlab-contrib/jupyterlab-vim |
Expected behaviour: Esc is supposed to take the control from insert mode to vim command mode
Actual behaviour: Esc is taking the control from insert mode to jupyter command mode
Ctrl + C and Ctrl + [ are working fine.
Setup:
browser: Safari without any plugins
jupyterlab: 3.2.6
jupyterlab-vim: 0.14.5
The text was updated successfully, but these errors were encountered: