DopplerHQ / cli

The official CLI for interacting with your Doppler secrets and configuration.
https://docs.doppler.com
Apache License 2.0
214 stars 43 forks source link

Fix navigating within secret values #418

Closed apazzolini closed 12 months ago

apazzolini commented 12 months ago

I noticed this while using the TUI today. We last-minute added the ability to navigate secrets with arrow keys, but that causes a collision with navigating within secret values when editing multi-line secrets. Let's remove arrow key navigation for now as a quick-fix.

I didn't use the chore: prefix in the commit message because I wasn't sure if we could release without anything in the changelog, but let me know if I should add it in.