pboy icon indicating copy to clipboard operation
pboy copied to clipboard

Support vim's j and k keybindings

Open ad-si opened this issue 4 years ago • 2 comments

I'm actually quite surprised if a TUI doesn't support j for down and k for up 😅

ad-si avatar Sep 01 '20 20:09 ad-si

+1 one more vote for this.

m040601 avatar Sep 02 '20 03:09 m040601

yeah, cool idea! I'll see to it if I have some free time, I'm pretty sure it's just adding a line here: https://github.com/2mol/pboy/blob/a79b07db6228eb3ce234d59f5c2c8b10c5f28ff3/src/UI.hs#L257

Brick probably has some easy way to express the up/down action on a list. Feel free to PR if you happen to be faster than me!

Cheers

2mol avatar Sep 03 '20 15:09 2mol