spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
jumar 2020-12-15T05:43:52.187300Z

If it's already wrapped with () you can use , r c [ to convert it to a vector. Or you can use the y s motion (read "you surround" 🙂 ) E.g. y s $ [ surrounds everything from the current position till the end of line with []

👍 1