customCommands: - key: "" context: "global" command: "gh repo view --branch {{.CheckedOutBranch.Name}} --web" description: "Open current branch in browser" - key: "" context: "global" command: "gh pr view --web" description: "Open current PR in browser" - key: "H" context: "remotes" command: "git push {{.SelectedRemote.Name}} {{.CheckedOutBranch.Name}}" description: "Push to home remote"