mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
lazygit: add opencode commit command
This commit is contained in:
parent
5255f26d6b
commit
9647ff7201
1 changed files with 7 additions and 0 deletions
|
|
@ -36,3 +36,10 @@ git:
|
|||
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline {{branchName}} --'
|
||||
allBranchesLogCmds:
|
||||
- git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline
|
||||
customCommands:
|
||||
- key: <c-n>
|
||||
description: "AI: Commit staged changes"
|
||||
command: opencode run --command commit
|
||||
loadingText: 'Committing changes ...'
|
||||
output: log
|
||||
context: files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue