Fork me on GitHub
#editors
<
2015-07-29
>
malabarba09:07:50

@voxdolo: transpose-sexps, transpose-words and transpose-lines are all real gems that not enough people know about

malabarba09:07:04

I personally bind the lines one to C-t, because I can't see the point in transpose-chars

bozhidar11:07:43

guess you’re a better typist than me

bozhidar11:07:49

I use C-t like all the time

colin.yates14:07:55

Open source rocks.

bozhidar14:07:27

you’re welcome simple_smile

arrdem17:07:42

is there a smartparens/paredit command to take (f g |h) -> h ?

arrdem17:07:48

for | the cursor

arrdem17:07:15

logically yank-sexpr, up-sexpr, delete-sexpr, paste

jakemcc17:07:20

@arrdem: I believe you are looking for paredit-raise-sexp

jakemcc17:07:58

from documentation

(dynamic-wind in |body out)
  ->
|body

arrdem17:07:25

jakemcc: nice thanks

cristian18:07:31

That's like the most useful shortcut in paredit!

pataprogramming19:07:03

Recently, a friend was super-happy that he'd used paredit-convolute-sexp for an actual editing task.