We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, these two hotkeys seem to be unused while their Shift versions work like regular Up/Down. Is it correct?
Make them move caret to next line, not subline.
Example (a wrapped line with 3 sublines and 2 short lines):
123 abcd ef|gh ij 789
Alt+Up: 123| Shift+Alt+Up: 123[ abcd ef]gh Alt+Down: 789| Shift+Alt+Down: ef[gh ij 789]
123|
123[ abcd ef]gh
789|
ef[gh ij 789]
Compare with: Up: ab|cd Shift+Up: ab[cd ef]gh Down: ij| Shift+Down: ef[gh ij]
ab|cd
ab[cd ef]gh
ij|
ef[gh ij]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, these two hotkeys seem to be unused while their Shift versions work like regular Up/Down. Is it correct?
Make them move caret to next line, not subline.
Example (a wrapped line with 3 sublines and 2 short lines):
Alt+Up:
123|
Shift+Alt+Up:
123[ abcd ef]gh
Alt+Down:
789|
Shift+Alt+Down:
ef[gh ij 789]
Compare with:
Up:
ab|cd
Shift+Up:
ab[cd ef]gh
Down:
ij|
Shift+Down:
ef[gh ij]
The text was updated successfully, but these errors were encountered: