Created
August 10, 2015 11:35
-
-
Save selfsame/3e22ae9f77bf7c4242a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| [ | |
| {"keys": ["alt+."], "command": "insert_snippet", "args": { "contents": "(->${0:v3} ${TM_SELECTED_TEXT})"}}, | |
| {"keys": ["ctrl+alt+p"], "command": "repl_restart"}, | |
| { "keys": ["ctrl+alt+enter"], "command": "repl_transfer_current", "args": {"scope": "selection"}}, | |
| { "keys": ["ctrl+enter"], "command": "repl_transfer_current", "args": {"scope": "block"}}, | |
| {"keys": ["ctrl+right"], | |
| "command": "paredit_forward_slurp_sexp", | |
| "context": [{"key": "should_paredit"}] }, | |
| {"keys": ["ctrl+left"], | |
| "command": "paredit_backward_slurp_sexp", | |
| "context": [{"key": "should_paredit"}] } | |
| ,{ | |
| "keys": ["alt+left"], | |
| "command": "paredit_forward_barf_sexp", | |
| "context": [{"key": "should_paredit"}] | |
| } | |
| ,{ | |
| "keys": ["alt+right"], | |
| "command": "paredit_backward_barf_sexp", | |
| "context": [{"key": "should_paredit"}] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment