feat: update lazygit

This commit is contained in:
Max Hohlfeld 2025-05-27 08:46:22 +02:00
parent f21ddbdee0
commit b9f9ad284b
2 changed files with 24 additions and 1 deletions

View File

@ -16,9 +16,33 @@ customCommands:
loadingText: "Pruning..." loadingText: "Pruning..."
description: "prune local branches that have been merged to develop" description: "prune local branches that have been merged to develop"
- key: "<c-g>"
context: "global"
description: "Create new commit from examples"
prompts:
- type: "menu"
key: "message"
title: "git commit message"
options:
- name: "update Directory.Build.Props on shared"
description: "build(deps): use beta fw nugets"
value: "build(deps): use beta fw nugets"
- name: "update Directory.Build.Props on verwaltung"
description: "build(deps): use beta fw + shared nugets"
value: "build(deps): use beta fw + shared nugets"
- type: "input"
title: "task number without #"
key: "number"
initialValue: ""
command: "git commit -m '{{.Form.message}}' -m 'refs #{{.Form.number}}'"
loadingText: "Creating commit..."
keybinding: keybinding:
universal: universal:
scrollLeft: '[' scrollLeft: '['
scrollRight: ']' scrollRight: ']'
nextTab: 'L' nextTab: 'L'
prevTab: 'H' prevTab: 'H'
os:
openLink: "open_lazygit_url {{link}}"

View File

@ -1,4 +1,3 @@
cat .local/bin/open_lazygit_url
#! /usr/bin/env bash #! /usr/bin/env bash
case $1 in case $1 in