Updated Custom Commands Compendium (markdown)

Josh Medeski 2020-11-05 23:07:17 -06:00
parent 211d3b7085
commit 3883aa4755

@ -37,3 +37,15 @@ customCommands:
- type: 'input' - type: 'input'
title: 'Annotated tag message:' title: 'Annotated tag message:'
``` ```
## Open GitHub Pull Request
```
customCommands:
- key: "<c-r>"
command: "gh pr create --fill --web"
context: "global"
loadingText: "Creating pull request on GitHub"
```
This can be customized to fit your needs. Run `gh pr create --help` to see what flags are available.