Skip to content

feat: add vim-style gg/G navigation#22

Merged
dinakars777 merged 6 commits intodinakars777:mainfrom
urunsiyabend:main
Apr 20, 2026
Merged

feat: add vim-style gg/G navigation#22
dinakars777 merged 6 commits intodinakars777:mainfrom
urunsiyabend:main

Conversation

@urunsiyabend
Copy link
Copy Markdown
Contributor

closes #19

added gg to jump to top and G (shift+g) to jump to bottom. tracks a last_key_was_g bool in app state to handle the double-tap. single g does nothing on its own, resets on next keypress. also updated the help text.

@dinakars777 dinakars777 merged commit 9961183 into dinakars777:main Apr 20, 2026
1 check passed
@dinakars777
Copy link
Copy Markdown
Owner

@urunsiyabend Thanks!

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.

Enhancement: Add vim-style g and G navigation

2 participants