fzf-make icon indicating copy to clipboard operation
fzf-make copied to clipboard

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

Open kyu08 opened this issue 1 year ago • 0 comments

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.

kyu08 avatar Mar 25 '24 16:03 kyu08