mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
Created Custom Commands Compendium (markdown)
parent
946a246742
commit
1e9de237e1
1 changed files with 13 additions and 0 deletions
13
Custom-Commands-Compendium.md
Normal file
13
Custom-Commands-Compendium.md
Normal file
|
@ -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'
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue