Skip to content

macOS scrolling #2524

Closed Answered by mitchellh
nico asked this question in Feature Requests, Ideas
Oct 29, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

There's no overlay scrollbar (or any scrollbar at all)

#111

Fn-arrowleft doesn't jump to top of scrollback, fn-arrowup doesn't scroll up by a page

This is probably fixable today... depending on if AppKit sends some event to the macOS app. We learned we can't reliably detect fn+<key> at a low level but if AppKit sends a key equivalent or something for this then we can do it.

Ghostty already has binding actions to jump scroll to top or up a single page so its just a matter of triggering that.

Scrolling feels weird and non-native -- is there a custom scroll curve?

Yes, besides Terminal.app I think every Terminal implements a custom scroll curve because we don't get it for free (with th…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@mitchellh
Comment options

@mitchellh
Comment options

Answer selected by pluiedev
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants