Skip to content

Instantly share code, notes, and snippets.

@eerohele
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eerohele/88346ef840584134f3e1 to your computer and use it in GitHub Desktop.
Save eerohele/88346ef840584134f3e1 to your computer and use it in GitHub Desktop.
paredit keymap for Sublime Text on OS X

Kill

    ⌘ + ⌦    Forward kill word
    ⌘ + ⌫    Backward kill word

Move

⌘ + ⌃ + f    Move forward
⌘ + ⌃ + b    Move backward

⌘ + ⌃ + n    Move forward up
⌘ + ⌃ + d    Move forward down
⌘ + ⌃ + u    Move backward up
⌘ + ⌃ + p    Move backward down

Depth

⌘ + ⇧ + 9    Wrap round
⌘ + ⇧ + '    Meta doublequote
    ⌥ + s    Splice Sexp

Miscellaneous

⌘ + ⇧ + s    Split Sexp
⌘ + ⇧ + j    Join Sexp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment