Learn and adopt a flexibility routine, perform all or some of it before doing a workout or just at night before bed... I suggest the Limbar 11 as a starting point https://youtu.be/FSSDLDhbacc
Agreed, debuggers can be nice to have but they are mostly a crutch.... Write modular code with unit tests and you find your need for debuggers is really a rarity
You can also use the bang command at the end of your query.... Just learned this myself recently and makes changing your search engine quickly if you don't like the results
And you can also write bangs "backwards", i.e. `w!` instead of `!w`. This may not seem like a big deal until you've tried to write `foo !w` on Android and had it "corrected" to `foo! w`.
check out the videos that Francesc Campoy is putting out on his youtube channel "JustForFunc", he does code reviews and the one of him implementing the context package is great for learning the go way of doing things.