Last active
January 28, 2019 02:21
-
-
Save chenshengzhi/2a5a33683f7ebf5e508c13b5eeb774b6 to your computer and use it in GitHub Desktop.
GitHub Custom Hotkey Settings
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
{ | |
"all": [ | |
{ "f1": "#hotkey-settings" } | |
], | |
"{repo}": [ | |
{ "z b y": "{repo}/branches/yours" }, | |
{ "z b a": "{repo}/branches" }, | |
{ "z r": "{repo}/releases" }, | |
{ "z c": "{repo}" }, | |
{ "z p": "{repo}/pulls" } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment