Skip to content

Instantly share code, notes, and snippets.

@kurogelee
Created April 7, 2014 12:52
Show Gist options
  • Save kurogelee/10019747 to your computer and use it in GitHub Desktop.
Save kurogelee/10019747 to your computer and use it in GitHub Desktop.
LightTableのショートカットキー設定 ref: http://qiita.com/kurogelee/items/7c04c77742ba7c0b2433
{:+ {: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