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

Modify "LastLine" command to support "GoToLine" #13

Closed
aguywithcode opened this issue Apr 28, 2017 · 7 comments
Closed

Modify "LastLine" command to support "GoToLine" #13

aguywithcode opened this issue Apr 28, 2017 · 7 comments

Comments

@aguywithcode
Copy link
Collaborator

In Vim The G command can be modified with a number to GoTo a specific line number.

This is also supposed to work with ##gg

http://vim.wikia.com/wiki/Go_to_line

Also double digit numbers followed by a command don't work. For instance 9j takes you down 9 lines 10j takes you down one line
12j takes you down two.

@nosami
Copy link
Owner

nosami commented May 1, 2017

Thanks, will get this fixed!

nosami added a commit that referenced this issue May 1, 2017
nosami added a commit that referenced this issue May 1, 2017
nosami added a commit that referenced this issue May 1, 2017
@aguywithcode
Copy link
Collaborator Author

aguywithcode commented May 1, 2017 via email

nosami added a commit that referenced this issue May 1, 2017
@nosami
Copy link
Owner

nosami commented May 1, 2017

No worries - it wasn't obvious at all!

@nosami nosami mentioned this issue May 1, 2017
@nosami
Copy link
Owner

nosami commented May 1, 2017

Fixed by #14. Thanks!

@nosami nosami closed this as completed May 1, 2017
nosami added a commit that referenced this issue May 1, 2017
@nosami
Copy link
Owner

nosami commented May 1, 2017

Just released 0.16 containing this fix here for VS for Mac https://github.com/nosami/XSVim/releases/tag/0.16

@aguywithcode
Copy link
Collaborator Author

Works great in VS for Mac GA

@nosami
Copy link
Owner

nosami commented May 15, 2017

There have been quite a few more releases since 0.16. You might want to look for the latest one :) https://github.com/nosami/XSVim/releases

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

2 participants