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

feat: go to line will accept :ln:col format along with :ln,col #2061

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Conversation

abose
Copy link
Member

@abose abose commented Jan 16, 2025

Add Support for ln:col Format in Ctrl+G

This update modifies the Ctrl+G "Go to Line" command to accept the ln:col format (e.g., 13:15) in addition to the existing line,col format.

Reason: The status bar shows the cursor position in the ln:col format since last release, replacing the earlier line 13, column 15 format to save space in the status bar. so for UX consistency we need to do this now.

https://discord.com/channels/879126209114542181/879126209554948116/1329280951188062209

image

@abose abose merged commit ffe2fe2 into main Jan 16, 2025
18 checks passed
@abose abose deleted the x branch January 16, 2025 06:41
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.

1 participant