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

G binding is missing argument #27

Open
henrebotha opened this issue Mar 16, 2024 · 3 comments
Open

G binding is missing argument #27

henrebotha opened this issue Mar 16, 2024 · 3 comments

Comments

@henrebotha
Copy link

In Vim, G takes you to line 1. This is actually a special/default case of [count]G, which takes you to line [count], e.g. 5G takes you to line 5. This plugin does not have the latter feature. It would be very handy to be able to specify the line number to easily jump to a particular line.

@binury
Copy link

binury commented Jul 1, 2024

gg is go to line 1. G is last line. Seems to be working as expected

@binury
Copy link

binury commented Jul 1, 2024

(And <num-G> is working as expected also)

@zer0divider
Copy link

Yup, can confirm. <num-G> and gg both work as expected.

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

3 participants