Skip to content

Commit

Permalink
lazygit: Add custom command to open a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Feb 14, 2025
1 parent 2f4f0d8 commit 1fc214e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dotfiles/lazygit/.config/lazygit/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ customCommands:
- key: '<c-D>'
context: global
command: "dev clear"
- key: '<c-P>'
context: global
command: "dev pr"
subprocess: true
- key: 'r'
context: localBranches
command: "git rebase {{.SelectedLocalBranch.Name}}"
Expand Down

0 comments on commit 1fc214e

Please sign in to comment.