Created
December 10, 2017 05:59
-
-
Save web-hat/e9f0d436d671502de7d8579e9764966c to your computer and use it in GitHub Desktop.
This file contains 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+c"], | |
"command": "copy_path" | |
}, | |
{ | |
"keys": ["shift+command+m"], | |
"command": "goto_definition" | |
}, | |
{ | |
"keys": ["ctrl+shift+w"], | |
"command": "close_all" | |
}, | |
{ | |
"keys": "ctrl+shift+t", | |
"command": "open_recent_file", | |
"args": { | |
"index": 0 | |
} | |
}, | |
{ | |
"keys": ["ctrl+alt+left"], | |
"command": "jump_back" | |
}, | |
{ | |
"keys": ["ctrl+alt+right"], | |
"command": "jump_forward" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Full blog post: http://www.webhat.in/article/tips-and-tricks/keyboard-shortcuts-for-netbeans-sublime-text-and-phpstorm/