Created
April 7, 2014 12:52
-
-
Save kurogelee/10019747 to your computer and use it in GitHub Desktop.
LightTableのショートカットキー設定 ref: http://qiita.com/kurogelee/items/7c04c77742ba7c0b2433
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] | |
} | |
} | |
:- {:tabs {"pmeta-w" [:tabs.close]}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment