kyu08 / fzf-make

A command line tool that executes make target using fuzzy finder with preview window.
MIT License
77 stars 10 forks source link

Ctrl + A makes target highlight to top when main pane is focused #238

Open kyu08 opened 6 months ago

kyu08 commented 6 months ago

As Is

When the main pane is in focus and Ctrl+A is pressed, not only does the cursor in the input pane return to the beginning, but the selection highlight in the targets pane also moves back to the start.

https://github.com/kyu08/fzf-make/assets/49891479/9802ca0a-657d-4a71-9a7d-e9c588696d4f

Expected

The expected behavior when Ctrl+A is pressed with the main pane focused is for only the cursor position in the input pane to return to the beginning, without affecting the selection highlight in the targets pane.