lambdalisue/jupyter-vim-binding
View on GitHub<esc> returns to Jupyter Mode instead of vim mode in vivaldi
Open
#112 opened on Sep 7, 2017
Want PRbughelp wanted
Description
Summary
Escape doesn't work as expected.
Environment
- Operating system : macOS Sierra 10.12.6
- Web browser : Vivaldi 1.11.917.43 (compared with Chrome 60.0.3112.113)
- Version or revision of Jupyter Notebook : 4.3.0
- Revision of jupyter-vim-binding : d6e3886bfe4008215f8e8286d9c0dcdb26debce9
Behavior
Expected
In Insert Mode, pressing escape should return you to vim mode.
Actual
In Insert Mode, pressing escape returns you to jupyter mode.
Step by step procedure
- Start local Jupyter Notebook by
jupyter notebook - Access http://localhost:8888/ in Vivaldi
- Open an existing notebook
- With a cell activated, enter insert mode (e.g. press
itwice) - Press
<esc>, you are immediately taken out of vim mode, there is no cursor.
What you have done to solve the issue
I've tried turning off all extensions (Moly Keys, Moly HaH, LastPass, Google Docs Offline) also running in private mode with no success.
I've compared this with Chrome (60.0.3112.113) running the exact same server and exact same notebook. It works as expected there.