Skip to content

Instantly share code, notes, and snippets.

@inuvalogic
Created September 14, 2018 03:58
Show Gist options
  • Select an option

  • Save inuvalogic/a24c689fced05d25649008baf498971e to your computer and use it in GitHub Desktop.

Select an option

Save inuvalogic/a24c689fced05d25649008baf498971e to your computer and use it in GitHub Desktop.
my sublime custom shortcut
[
{ "keys": ["ctrl+alt+u"], "command": "ftp_sync_current" },
{ "keys": ["ctrl+alt+d"], "command": "ftp_sync_down_current" },
{ "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace" },
{ "keys": ["ctrl+shift+t"], "command": "reopen_last_file" },
{ "keys": ["ctrl+alt+t"], "command": "open_terminal" },
{ "keys": ["ctrl+shift+alt+t"], "command": "open_terminal_project_folder" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment