-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add support for vim mode in Text Editor #90
Conversation
I'm finding that whenver I enter an editor I'm entering in insert mode, rather than normal mode (which is what we do for notebooks) is it easy to enter into normal mode for consistency? |
one other weird thing, it seems that |
This is because of the shortcut in schema bound to |
Resolved in bf589e5 |
perfect! Thank you again! I think this would have taken me days of confusion to get something like this going. |
Thank you for super quick review and releases! |
Relates to jupyterlab/jupyterlab#14599
Code changes
VimEditorManager
out ofVimCellManager
User facing changes