chore: add lazygit config to readme and example config to repo

docs: typo
This commit is contained in:
Slug-Boi
2025-01-27 11:05:57 +01:00
parent b4be9fb978
commit 09ece70b12
2 changed files with 42 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
customCommands:
- key: '<c-A>'
context: 'global'
showOutput: true
prompts:
- type: 'input'
title: 'Commit message'
key: 'message'
initialValue: ''
- type: 'input'
title: 'Authors'
key: 'authors'
initialValue: ''
command: 'cocommit -p "{{.Form.message}}" {{.Form.authors}}'
- key: '<c-a>'
context: 'global'
subprocess: true
command: 'cocommit -p; exit'