jacek-kurlit / pik

Process Interactive Kill
https://crates.io/crates/pik
MIT License
186 stars 6 forks source link

Support vim-like key bindings for navigation #89

Closed orhun closed 1 month ago

orhun commented 1 month ago

This PR simply adds support for Ctrl-J / Ctrl-K keys for moving up/down and also updates the documentation to use a markdown table for key bindings.

orhun commented 1 month ago

Can you elaborate? What do you mean by popup?

jacek-kurlit commented 1 month ago

Like this in lazygit image

orhun commented 1 month ago

Okay, what is the current solution? 👀 I'm not sure if I'm following here

jacek-kurlit commented 1 month ago

https://github.com/jacek-kurlit/pik/issues/90

You may ignore my comment I was more talking to myself than to you :) Current solution is simple help line at the bottom of the screen but the space is limited and I'm planning more search features (like displaying process family) so the time is right to take care of it

orhun commented 1 month ago

Ah I see, makes sense :)