Created
April 9, 2014 10:50
-
-
Save kurogelee/10254046 to your computer and use it in GitHub Desktop.
LightTableにParedit-Plusを導入する ref: http://qiita.com/kurogelee/items/4d3cf4364302b9990806
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
{:+ {:app {"ctrl-q" [:workspace.show] | |
"alt-c" [:toggle-console :clear-console]} | |
:editor {"ctrl-w" [:editor.watch.watch-selection] | |
"ctrl-shift-w" [:editor.watch.remove-all] | |
"ctrl-alt-w" [:editor.watch.unwatch] | |
"ctrl-/" [:toggle-comment-selection] | |
"ctrl-i" [:smart-indent-selection] | |
"alt-left" [:editor.line-start-smart] | |
"alt-right" [:editor.line-end] | |
"alt-shift-left" [:editor.line-start-smart] | |
"alt-shift-right" [:editor.line-end] | |
"f3" [:find.next] | |
"shift-f3" [:find.prev] | |
"esc" [:find.clear :find.hide] | |
"ctrl-pageup" [:window.zoom-in] | |
"ctrl-pagedown" [:window.zoom-out] | |
"f11" [:window.fullscreen] | |
"ins left" [:paredit.grow.left] | |
"ins right" [:paredit.grow.right] | |
"ins ins left" [:paredit.shrink.left] | |
"ins ins right" [:paredit.shrink.right] | |
"home" [:paredit.move.up.backward] | |
"end" [:paredit.move.down.forward] | |
"ctrl-home" [:paredit.move.down.backward] | |
"ctrl-end" [:paredit.move.up.forward] | |
"f4" [:paredit.select.parent] | |
"f5" [:paredit.unwrap.parent] | |
"f6" [:paredit-plus.delete-pair-contents] | |
"ctrl-[" [:paredit-plus.wrap-square] | |
"ctrl-]" [:paredit-plus.wrap-square] | |
"ctrl-shift-[" [:paredit-plus.wrap-curly] | |
"ctrl-shift-]" [:paredit-plus.wrap-curly] | |
"ctrl-shift-8" [:paredit-plus.wrap-round] | |
"ctrl-shift-9" [:paredit-plus.wrap-round] | |
"ctrl-shift-2" [:paredit-plus.wrap-quote] | |
"ctrl-del" [:paredit-plus.kill] | |
} | |
} | |
:- {:tabs {"pmeta-w" [:tabs.close] | |
"pmeta-shift-[" [:tabs.prev] | |
"pmeta-shift-]" [:tabs.next]}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment