spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
aisamu 2020-05-31T13:06:44.262300Z

I see! I don't believe there's a shortcut for that other than 'move 2 symbols forward' SPC K 2 l

2020-05-31T19:55:57.262500Z

Thanks. In this case the map value is just one symbol, in a lot of others it's many more. I think the solution is that I'll read the map/edn into memory and just add keys that way then write it back out. Similar to how I work with a database.