-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Is your feature request related to a problem? Please describe.
yes,
Hello
First of all, thanks for understanding Vim and merging vim world to Jupyter lab world. Now we can have benefits of both.
As a user who is obsessed with Vim since the date I knew it, using the mouse decrease my productivity, and concentration.
There happens that we need to copy a text from an error, or we need some part of the output to be copied.
unfortunately we should select them by mouse.
It would be awesome if we could have text selection with vim keybindings.
Describe the solution you'd like
I personally, use vim extension for my browser, in order to enjoy vim even when browsing. but unfortunately it have some functional conflicts with Jupyter lab in with vim.
1.Having the output as a (read only) cell is another idea.
2.we could also have same functionality of Vim extension but being able to turn it ON or OFF.
Thanks again