Skip to content

Instantly share code, notes, and snippets.

@ryz310
Created March 17, 2014 04:32
Show Gist options
  • Save ryz310/9594009 to your computer and use it in GitHub Desktop.
Save ryz310/9594009 to your computer and use it in GitHub Desktop.
Sublime Text のオレオレ設定(ショートカットキー)
[
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["ctrl+pagedown"], "command": "next_view_in_stack" },
{ "keys": ["ctrl+pageup"], "command": "prev_view_in_stack" },
{ "keys": ["super+shift+n"], "command": "advanced_new_file"},
{ "keys": ["shift+delete"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment