Scrolling #2976

Open
opened 2026-02-16 17:38:06 -05:00 by yindo · 7 comments
Owner

Originally created by @juridiener on GitHub (Nov 19, 2025).

Originally assigned to: @kommander on GitHub.

Question

Hello, I noticed that on long chat sessions it's a pain to scroll with the mouse. Is there a key map to scroll faster? Or activate the scrollbar so I can drag it?

Originally created by @juridiener on GitHub (Nov 19, 2025). Originally assigned to: @kommander on GitHub. ### Question Hello, I noticed that on long chat sessions it's a pain to scroll with the mouse. Is there a key map to scroll faster? Or activate the scrollbar so I can drag it?
yindo added the opentui label 2026-02-16 17:38:06 -05:00
Author
Owner

@SsparKluo commented on GitHub (Nov 19, 2025):

maybe pgup pgdown?

@SsparKluo commented on GitHub (Nov 19, 2025): maybe pgup pgdown?
Author
Owner

@rekram1-node commented on GitHub (Nov 19, 2025):

@juridiener yes and we are gonna make it more obvious

if you are on mac try:

  "tui": {
    "scroll_acceleration": {
      "enabled": true,
    },
  },

otherwise you can use:

  "tui": {
    "scroll_speed": 2,
  },
@rekram1-node commented on GitHub (Nov 19, 2025): @juridiener yes and we are gonna make it more obvious if you are on mac try: ``` "tui": { "scroll_acceleration": { "enabled": true, }, }, ``` otherwise you can use: ``` "tui": { "scroll_speed": 2, }, ```
Author
Owner

@juridiener commented on GitHub (Nov 20, 2025):

@juridiener yes and we are gonna make it more obvious

if you are on mac try:

  "tui": {
    "scroll_acceleration": {
      "enabled": true,
    },
  },

otherwise you can use:

  "tui": {
    "scroll_speed": 2,
  },

Thanks.

I tried this like that:
"tui": {
"scroll_acceleration": {
"enabled": true
}
},
"keybinds": {
"messages_page_up": "alt+u",
"messages_page_down": "alt+d",
"messages_half_page_up": "ctrl+alt+u",
"messages_half_page_down": "ctrl+alt+d"
},

ctrl+alt+d" -> this worked
alt+d does not

@juridiener commented on GitHub (Nov 20, 2025): > [@juridiener](https://github.com/juridiener) yes and we are gonna make it more obvious > > if you are on mac try: > > ``` > "tui": { > "scroll_acceleration": { > "enabled": true, > }, > }, > ``` > > otherwise you can use: > > ``` > "tui": { > "scroll_speed": 2, > }, > ``` Thanks. I tried this like that: "tui": { "scroll_acceleration": { "enabled": true } }, "keybinds": { "messages_page_up": "alt+u", "messages_page_down": "alt+d", "messages_half_page_up": "ctrl+alt+u", "messages_half_page_down": "ctrl+alt+d" }, ctrl+alt+d" -> this worked alt+d does not
Author
Owner

@mnesler commented on GitHub (Dec 2, 2025):

to solve this, i bought a mouse with a weighted scroll wheel, now i just spin it up and down. its kinda like a game now. very nice.

@mnesler commented on GitHub (Dec 2, 2025): to solve this, i bought a mouse with a weighted scroll wheel, now i just spin it up and down. its kinda like a game now. very nice.
Author
Owner

@lostmsu commented on GitHub (Dec 2, 2025):

mouse with a weighted scroll wheel, now i just spin it up and down. its kinda like a game now

A scrollbar is needed.

@lostmsu commented on GitHub (Dec 2, 2025): > mouse with a weighted scroll wheel, now i just spin it up and down. its kinda like a game now A scrollbar is needed.
Author
Owner

@rekram1-node commented on GitHub (Dec 3, 2025):

We are going to add one

@rekram1-node commented on GitHub (Dec 3, 2025): We are going to add one
Author
Owner

@thoroc commented on GitHub (Dec 3, 2025):

Could I suggest an up/down button to scroll automatically to the start of the response from the models and to the end of the same response?

@thoroc commented on GitHub (Dec 3, 2025): Could I suggest an up/down button to scroll automatically to the start of the response from the models and to the end of the same response?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#2976