Skip to content
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

Alt+Up/Down to navigate lines skipping sublines #430

Open
ProgerXP opened this issue Sep 19, 2022 · 0 comments
Open

Alt+Up/Down to navigate lines skipping sublines #430

ProgerXP opened this issue Sep 19, 2022 · 0 comments

Comments

@ProgerXP
Copy link
Owner

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]

Compare with:
Up: ab|cd
Shift+Up: ab[cd ef]gh
Down: ij|
Shift+Down: ef[gh ij]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant