-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Keyboard shortcut for multiline cursor #4761
Comments
Has any work been done on this? |
Why there is no shortcut for this? |
bump |
That would be incredibly useful! |
#2527 its CMD+Click on macOS. |
comment was for a keyboard shortcut, not a mouse shortcut |
Has there been any progress on this? |
If you need a multiline cursor for 20 lines, clicking to set up precise locations takes longer than not using the multiline cursor at all. Would it be possible to have a keyboard shortcut for it? |
Bumping this, it's a must-have feature in my opinion. Pressing Alt + up/down arrow to multiline edit is something I'm always lacking when writing code in Jupyter notebooks. |
I'll join the party. Missing this feature a lot, one of my most-used features in Jetbrains IDEs. Note: I specifically mean the ability to create several cursors using only keyboard, e.g. CMD+ALT+Up/Down, without using the mouse. |
I know this is not a solution to keyboard shortcut request, but meanwhile it is hopefully implemented, you can help yourself by using ctrl+alt and drag click to select multiple lines using mouse |
Farhan change the default browser of your jupyter notebook and the issue will be gone. Check out YouTube videos to change the browser. |
Hey, I restored my factory settings of chrome and it worked. Anyways thanks a lot for your answer. |
Thanks @detly. This is solved in JupyterLab and will be solved in the future Notebook v7 release. For more information about this new release, checkout the Notebook v7 Enhancement Proposal. |
Multiline editing is currently possible by holding Alt and dragging the mouse to create a multiline cursor. I find this slow and imprecise. Could we also please have a keyboard shortcut to do this? For example, Sublime Text 3 uses Shift+Alt+(up or down arrows). I don't know what's possible with a browser based notebook though.
This is mentioned in a comment on issue #2527 but not responded to.
The text was updated successfully, but these errors were encountered: