Created Custom Commands Compendium (markdown)

Jesse Duffield 2020-09-27 10:47:33 +10:00
parent 946a246742
commit 1e9de237e1

@ -0,0 +1,13 @@
If you have implemented a custom command(s) that you find useful, please add it here so others can find it too. If a particular command proves popular, we will merge it into the codebase for all to use.
If you want to know how to implement your own custom commands see [here](https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md)
## Creating a review in [Gerrit](https://gerrit-review.googlesource.com/Documentation/intro-gerrit-walkthrough.html)
```
customCommands:
- key: '<c-p>'
command: "git push origin HEAD:refs/for/{{.CheckedOutBranch}}"
context: 'global'
loadingText: 'pushing'
```