Welcome! Please see the About page for a little more info on how this works.
Something like {:foo/bar 1} instead of #:foo{:bar 1} I need to debug some edn and it's impossible to jump to the desired keywords if they're in the short forms.
{:foo/bar 1}
#:foo{:bar 1}
just found out:
(binding [*print-namespace-maps* false] (pr-str ...))