Skip to content

Instantly share code, notes, and snippets.

@samundra
Last active October 22, 2018 01:08
Show Gist options
  • Save samundra/1779b43111524de3a5ab41de48145e98 to your computer and use it in GitHub Desktop.
Save samundra/1779b43111524de3a5ab41de48145e98 to your computer and use it in GitHub Desktop.
MacOS Specific - Sublime Keybindings
[
{ "keys": ["super+shift+y"], "command": "show_overlay", "args": {"overlay": "command_palette", "text": "Set Syntax: "} },
{ "keys": ["super+shift+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}},
{ "keys": ["super+alt+n"], "command": "advanced_new_file_new"},
{ "keys": ["super+shift+d"], "command": "git_diff"},
{ "keys": ["super+shift+c"], "command": "copy_relative_path"},
{ "keys": ["super+e"], "command": "extended_switcher", "args": {"list_mode": "window"} },
{ "keys": ["super+shift+e"], "command": "extended_switcher", "args": {"list_mode": "active_group"} },
{ "keys": ["alt+enter"], "command": "goto_definition" },
{ "keys": ["super+shift+a"], "command": "alignment" },
{ "keys": ["super+shift+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["super+shift+down"], "command": "select_lines", "args": {"forward": true} },
{ "keys": ["super+up"], "command": "swap_line_up" },
{ "keys": ["super+down"], "command": "swap_line_down" },
{ "keys": ["super+1"], "command": "toggle_side_bar" },
{ "keys": ["super+j"], "command": "find_under_expand" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment