rajasegar / alacritty-themes

:rainbow: :lollipop: Themes :candy: :heart_eyes: for Alacritty: A cross-platform GPU-accelerated Terminal emulator
MIT License
703 stars 70 forks source link

Suggestion: allow use of PgUp and PgDown scrolling (among other suggestions) #10

Closed mknepper closed 2 years ago

mknepper commented 3 years ago

So, like the title says. Here are some suggestions I think that would streamline the theme selector.

  1. Allow use of PgUp and PgDown for scrolling (this goes faster than using arrow up and down one at a time).
  2. Theme previews (hovering over a theme shows a preview of what it will look like, either by temporarily themeing Alacritty or something)

I'm not sure how possible this is with npm/node.

rajasegar commented 3 years ago

I am not sure using Page up and down is possible, but you can always fuzzy search by typing the characters The second issue is fixed in latest version 3.0.0

paulo-santana commented 3 years ago

I'm running it on Arch Linux with npx and PgUp and PgDown are working fine. I guess it's the default behaviour of propmts. If you're using Mac, on their API page they say that you should use fn + / instead. https://github.com/terkelg/prompts#autocompletemessage-choices-initial-suggest-limit-stylec:

JuanVqz commented 2 years ago

I'm closing this issue because we don't have enough information, and it seems one user is able to use it as expected.