-
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
WIP: settings #40
base: master
Are you sure you want to change the base?
WIP: settings #40
Conversation
How is this going? I have a multi-user jupyter installation that I currently can't install this on because I can't enable it on a per-user basis. I'm happy to help out if needed. |
Hi @jlumpe! Sorry about that. I haven't worked on this in a while. I don't think I'll get back to this soon either :( I'm not even sure this stuff I'm working on would solve your problem. I don't use a multi-user setup myself. All that being said, if you want to tackle this, you are more than welcome! If you have any questions, feel free to ask. |
I'm not sure what your particular setup is, but I use the following method on a shared JupyterHub instance (based on https://zero-to-jupyterhub.readthedocs.io/) that I manage where I install
then in the Helm
and finally in those accounts that want to use the extension (currently just me!) create an executable file
|
@jwkvam I actually forked this branch and cleaned it up a bit to just have the "enable" setting. I added it to my shared Jupyter installation and it works great. I'll submit a PR for it. As for actually solving the problem: I don't know if this is officially documented anywhere (see the PR) but you can override default extension settings for the whole installation by creating the file {
"jupyterlab_vim:vim": {
"enable": false,
}
} and it is disabled for all users by default. I can then override it in my personal settings using the standard interface. |
Any more progress on this? |
@jlumpe Sorry for going missing, thank you for contributing! I'll try to give this some attention and get it merged in this week. |
This is very much unfinished and broken. I'm putting this here in case any one wants to take this and try to flesh this out. Jotting down some things as options:
ctrl-o, d, d
for cut vs.ctrl-o, d
.alt-j/k
vsctrl-e/y
disable j/k moving between cells in vim command mode