wagoodman / dive

A tool for exploring each layer in a docker image
MIT License
44.53k stars 1.69k forks source link

Adding configurable keybindings for up/down arrows #499

Open gwendolyngoetz opened 5 months ago

gwendolyngoetz commented 5 months ago

This PR changes the KeyArrowUp and KeyArrowDown to pull from the keybindings config. Up and down arrows are still the primary keybindings for moving between items on a page, but J and K are now alternates (to act like Vim).

This partially contributes to the request in #129.

Let me know if you need me to make any changes. Thanks!