spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
grazfather 2021-02-06T00:03:55.096300Z

let us know what you think about vim iced. I somehow only learned about it today (reading the babashka book). I had been using vim-fireplace. Cider is certainly much better for repl integration

jumar 2021-02-06T16:24:30.099600Z

How can I open a "link" (e.g. to a file) in other window? Most of the buffers use <Enter> to open the file under the cursor but that opens the file in the same buffer. I'd like to have something like jump-to-definition-other-window but when I go through results. One example is "search project" -> ... -> F3 (to open the results in a buffer) -> opening some of the files found in other windowe

jumar 2021-02-06T16:25:58.099800Z

"Preview" (without switching to the other buffer) would be cool too - like it works with TAB when searching interactively

grazfather 2021-02-06T19:18:17.100600Z

Does anyone have a good guide for lisp mode? maybe a video. Other than basic slurping and barfing, I don’t know what a lot of these do, and without them explained, just trying them they seem ‘random’

erwinrooijakkers 2021-02-08T15:14:40.104200Z

This is my favourite (3 minutes): https://youtu.be/D6h5dFyyUX0 Explains selection of paredit moves (wrap, slurp, barf, raise, splice, convolute, kill, split, join). The equivalent commands in Spacemacs are bound to SPC k.

grazfather 2021-02-08T17:40:27.104400Z

Thank you both

zane 2021-02-08T20:12:28.104600Z

Many of the operations in lisp state are from Paredit, so this might be useful: http://danmidwood.com/content/2014/11/21/animated-paredit.html