-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Feature request: scroll line up/down using keyboard shortcut #10968
Comments
Again, a nice suggestion of yours but unfortunately we don't have time to implement it. You're welcome to submit a PR for it though. |
I think this would be a nice feature to have for the editor. The hard part is to find a proper key sequence that everyone will agree with... |
Maybe we could use @goanpeca any thoughts? |
Psychologically, |
@jsh9, you can easily remap shortcuts to your convenience, so I don't think that's necessary. |
Ok I can take care of that one, I've tested it and it is simple to implement. |
Sure, thanks a lot for your help @jnsebgosselin! |
I think new, non-critical features should go for Spyder 5. So please create your branch from master. |
Hi!
I've found that vscode and pycharm have a quite neat feature, which is to scroll down/up one line per key press, using ctrl + up/down.
Here is vscode's keyboard shortcut: https://code.visualstudio.com/docs/getstarted/keybindings (seacrh for "scrollLineDown"), and PyCharm has the same keyboard shortcut.
Currently, Spyder's ctrl + up/down is reserved for navigating between different code cells, so I wonder if we can have a line-by-line scroll assigned to another keyboard shortcut?
The text was updated successfully, but these errors were encountered: