Fork me on GitHub
#spacemacs
<
2021-02-06
>
jumar16:02:30

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

jumar16:02:58

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

grazfather19:02:17

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’

erwinrooijakkers15:02:40

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.

grazfather17:02:27

Thank you both

zane20:02:28

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