idoavrah / terraform-tui

Terraform textual UI
https://pypi.org/project/tftui/
Apache License 2.0
973 stars 30 forks source link

Support VIM-like navigation #77

Closed fervic closed 3 weeks ago

fervic commented 1 month ago

Hello! It would be nice to be able to also navigate up and down with the J and K keys respectively.

idoavrah commented 1 month ago

Sounds simple enough, will do.

fervic commented 1 month ago

Awesome, thanks! Optionally, add L (right) to expand a tree. H (left) is already taken and should probably maintain its current function... Unless replaced by ? 🤔 .

In any case, just adding up/down will already be very welcome by vimmers like me.

idoavrah commented 1 month ago

Awesome, thanks! Optionally, add L (right) to expand a tree. H (left) is already taken and should probably maintain its current function... Unless replaced by ? 🤔 .

That's exactly what I'm planning to do 😅

idoavrah commented 1 month ago

Done, enjoy the new version :)

fervic commented 3 weeks ago

Done, enjoy the new version :)

Awesome, thank you!