Fork me on GitHub
#spacemacs
<
2016-03-24
>
gabehollombe08:03:23

Hi @felixflores ! - I’m using spacemacs with paredit setup by default (I think). To move parens around, I’m super basic and just use SPC-k to enter slurp/barf mode and then press ’s’ or ‘b’ to slurp or barf the paren im interested in moving

felixflores13:03:33

@gabehollombe! how’s it going dude!

felixflores13:03:14

was there a blog or documentation that you used to get up to speed? I was trying to use the SPC-? to find out the short cuts but I’m not having any luck

Chris O’Donnell14:03:02

@felixflores: I haven't found any luck finding good documentation either. I can say that the main keybinds that I use are SPC k s to slurp an expression, SPC k b to barf an expression, SPC k w to wrap an expression in parens, and SPC k W to unwrap an expression.

felixflores14:03:40

sounds like I need to write a blog then simple_smile

Chris O’Donnell14:03:03

That would be awesome!

felixflores14:03:51

I’ll add that to my todos for tonight

Chris O’Donnell14:03:15

The functions roughly correspond to paredit functions, and there's a nice paredit reference here: http://pub.gajendra.net/src/paredit-refcard.pdf

felixflores14:03:25

oh nice! Thanks @codonnell I’ll definitely ping you for an early peer review of the blog

felixflores14:03:40

and definitely give you credit where it’s due