rgwood / systemctl-tui

A fast, simple TUI for interacting with systemd services and their logs
MIT License
235 stars 5 forks source link

feat: Add vim style keybindings for menu navigation and logs #6

Closed Rdkang closed 11 months ago

Rdkang commented 11 months ago

To accommodate the vim binding of CTRL+d to scroll down, I removed the binding of that to quit the program.

I've also updated the help page to use clear and distinct colors for keybindings.

rgwood commented 11 months ago

Thanks for the PR! I'm not a Vim user but I'd be happy to add that functionality.

I'm not a big fan of the colour change, does that look better in your terminal? Before/after screenshots would help if you want to keep that change.

rgwood commented 11 months ago

Actually, on second thought I suppose it was a bad idea for me to hardcode white colours; that won't work well in many colour schemes.

I'll do a bit of clean up and merge this when I have time, thanks for the PR.