Julien-cpsn / ATAC

A simple API client (postman like) in your terminal
https://atac.julien-cpsn.com/
MIT License
1.86k stars 81 forks source link

Scroll doesn't work on mac #80

Open ErkanSensei opened 3 months ago

ErkanSensei commented 3 months ago

Hello,

Scrolling through the response doesn't work on mac, probably due to ctrl + arrows already having OS wide bindings

ErkanSensei commented 3 months ago

I was able to fix this by changing the bindings to shift-arrow.

Is there a way to make it scroll more than 1 character at a time?

ErkanSensei commented 3 months ago

Actually would be pretty cool if you could jump up and down objects in the response, for example for this JSON response if you could jump to each parent with the arrow keys and collapse or expand so you can view what you need.

Screenshot 2024-06-17 at 12 41 47 AM