-
Notifications
You must be signed in to change notification settings - Fork 46
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
two suggestions #17
Comments
Looks like point number 2 was mostly taken care of by afd245e. It's pretty awesome now |
I'm in the same boat. Using the jupyterlab browser is just jarring but I have to use notebooks at times. As a An example of this might be that I would want to open a new cell by typing It is unclear to me how to properly modify the keybindings to implement this type of behavior. Is there any reference that I can look at to get a better picture of how to do this? There can also be some weird behaviors like it appears that |
It would be possible to make the cell-navigation bindings configurable, like the cell editing mode bindings. If you could compile a list of vim-style key bindings to use in cell navigation mode that would be really useful. The Jupyterlab Vim project might be helpful - it has various vim style bindings listed in its readme. One option would just be to replicate these as far as possible: |
Sure, is there somewhere you would like me to log? It'll need to iteratively update as both I can't just sit down and hammer it out as well as while I'm using it I'm sure I'll recognize other "weird" issues. It would be nice to be public so it can be collaborative. I can also just update comments. Would opening up a discussion be best? But I would say that to make things the most 'vim native' would be ensuring that we have the different 'modes'. Because that is the key framework in which So for a natural experience I believe it makes sense to have effectively two |
Thinking about this a bit more, would there be a way to also edit or create new commands? Part of what I'm thinking here is that there are plenty of vim like commands that we'd execute from here. The Speaking of the |
Thanks for very good repo. I'm from vim world and because of so much distractions, can't handle work in Juyterlab in browser.
two suggestions though:
when we get an error, we have have to select it by mouse, which is not convenient. it would be better if we could switch window and be in 'visual mode' in output window to be able to copy text and search later.
it would be better if we could use the superpowers that vim give to us, I mean something like this
The text was updated successfully, but these errors were encountered: