Created
September 14, 2018 03:58
-
-
Save inuvalogic/a24c689fced05d25649008baf498971e to your computer and use it in GitHub Desktop.
my sublime custom shortcut
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { "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