Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Picker preview scrolling #4102

Closed
milosavljevicoa opened this issue Oct 4, 2022 · 4 comments · May be fixed by #11441
Closed

Picker preview scrolling #4102

milosavljevicoa opened this issue Oct 4, 2022 · 4 comments · May be fixed by #11441
Labels
A-helix-term Area: Helix term improvements C-enhancement Category: Improvements

Comments

@milosavljevicoa
Copy link

In telescope.nvim I frequently use to scroll on a given file when in file picker. Unfortunately I have not found a way to this in helix helix keymap - picker.

Here is an example. It would be really useful if there was a way to scroll the content of lib.rs while in the file_picker mode.
Screenshot from 2022-10-04 22-28-35

I believe there could be already an issue similar to this, but I could not find it.
Thank for your time 👍

@milosavljevicoa milosavljevicoa added the C-enhancement Category: Improvements label Oct 4, 2022
@kirawi kirawi added E-easy Call for participation: Experience needed to fix: Easy / not much A-helix-term Area: Helix term improvements E-good-first-issue Call for participation: Issues suitable for new contributors labels Oct 9, 2022
@Manosmer
Copy link
Contributor

Hello, I would like to deal with this. I have already started working on it and I believe I have implemented it appropriately

@neilyio
Copy link

neilyio commented Mar 3, 2023

It would be great to be able to scroll not just on the preview (right-side), but also on the picker list (left-side).

I find myself wanting to quickly skim across all the files in a folder, and being able to use the mouse-wheel/trackpad to move my selection in the left-side list would be very helpful.

Suggestion:

  • When the mouse is over the right side, scroll the preview.
  • When the mouse is over the left side, scroll the picker list selection.
  • When SHIFT or CTRL is held down, scroll the right-side preview, regardless of mouse position. After scrolling to beginning/end of file, move the right-side selection up/down continue the scroll into the previous/next file.

This would be amazing for fast codebase navigation.

@mostafaqanbaryan
Copy link

This is really great!
Hope it'd be merged soon.

@the-mikedavis the-mikedavis removed E-easy Call for participation: Experience needed to fix: Easy / not much E-good-first-issue Call for participation: Issues suitable for new contributors labels Feb 15, 2024
@pascalkuthe
Copy link
Member

pascalkuthe commented Apr 25, 2024

Duplicate of #1614

@pascalkuthe pascalkuthe marked this as a duplicate of #1018 Apr 25, 2024
@pascalkuthe pascalkuthe closed this as not planned Won't fix, can't repro, duplicate, stale Apr 25, 2024
@pascalkuthe pascalkuthe marked this as a duplicate of #1614 Apr 25, 2024
@pascalkuthe pascalkuthe marked this as not a duplicate of #1018 Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-helix-term Area: Helix term improvements C-enhancement Category: Improvements
Projects
None yet
7 participants