Skip to content

Feat: Allow for relative movement in gotoLineQuickAccess #246831

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maanex
Copy link

@maanex maanex commented Apr 17, 2025

This is a small change to how gotoLine behaves. If the number entered starts with a plus + or minus - it will move the cursor relative to it's current position.
E.g.
:+20 will move 20 lines down.
:20 will move to line 20 as before.
:-20 will move 20 lines up.

@maanex
Copy link
Author

maanex commented Apr 17, 2025

@microsoft-github-policy-service agree

@maanex maanex changed the title editor - allow for relative movement in gotoLineQuickAccess Feat: Allow for relative movement in gotoLineQuickAccess Apr 17, 2025
@meganrogge meganrogge assigned bpasero and unassigned meganrogge Apr 17, 2025
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

Successfully merging this pull request may close these issues.

3 participants