odyssomay / paredit

A paredit mode for lisps in Sublime Text.
104 stars 9 forks source link

cheatsheet #14

Open odyssomay opened 11 years ago

odyssomay commented 11 years ago

A cheatsheet specific for this version of paredit would be very nice, as some shortcuts are not the same as in the original paredit.

Relevant issues: #3 #10

xpe commented 10 years ago

@odyssomay For now, I use https://sublime.wbond.net/packages/Keymaps to generate keymaps on the fly. This may not be what you are talking it, but it is pretty good -- and it stays up to date automatically :)

                                  paredit (9)                                   

                               [ ALT ; ]: Paredit Comment Dwim
                        [ CTRL SUPER B ]: Paredit Backward
                        [ CTRL SUPER F ]: Paredit Forward
                       [ SHIFT SUPER ' ]: Paredit Meta Doublequote
                       [ SHIFT SUPER 9 ]: Paredit Wrap Round
                       [ SHIFT SUPER J ]: Paredit Join Sexp
                       [ SHIFT SUPER S ]: Paredit Split Sexp
                     [ SUPER BACKSPACE ]: Paredit Backward Kill Word
                        [ SUPER DELETE ]: Paredit Forward Kill Word
odyssomay commented 10 years ago

That's actually really useful! Not exactly what I wanted but it's a nice addition.