diff --git a/Default.sublime-keymap b/Default.sublime-keymap new file mode 100644 index 0000000..0a3463a --- /dev/null +++ b/Default.sublime-keymap @@ -0,0 +1,3 @@ +[ + { "keys": ["ctrl+alt+k", "f"], "command": "git_hub_file_fetcher" }, +] \ No newline at end of file diff --git a/README.md b/README.md index 68dfa17..081de3b 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ The following steps are performed one after the other. So that you don't have to search for the repositories again and again, you can save the currently used one in the settings. +**Shortcut:** ```strg + alt + k, f```
**Command:** ```GitHubFileFetcher: Searches and fetches files from GitHub.``` ![GitHubFileFetcher](doc/images/githubfilefetcher.gif)