Skip to content

Instantly share code, notes, and snippets.

@jsugarman
Created December 30, 2017 22:53
Show Gist options
  • Save jsugarman/2e05893c26b829dd0cd7df666374b024 to your computer and use it in GitHub Desktop.
Save jsugarman/2e05893c26b829dd0cd7df666374b024 to your computer and use it in GitHub Desktop.
Sublime key bindings (user)
[
{ "keys": ["super+shift+["], "command": "prev_view" },
{ "keys": ["super+shift+]"], "command": "next_view" },
{ "keys": ["super+alt+left"], "command": "prev_view" },
{ "keys": ["super+alt+right"], "command": "next_view" },
{ "keys": ["ctrl+y"], "command": "show_overlay", "args": {"overlay": "command_palette", "text": "Snippet: "}},
{ "keys": ["super+i"], "command": "copy_path" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment