File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ customCommands:
43
43
labelFormat : " {{ .number }}: {{ .message | green }}"
44
44
` ` `
45
45
46
- ### with vim
46
+ ### with neovim
47
47
48
48
this allows you to edit the commit message in vim after you've selected it from the menu.
49
49
@@ -53,7 +53,7 @@ abort committing by deleting the commit message in vim.
53
53
customCommands :
54
54
- key : " <c-a>" # ctrl + a
55
55
description : " Pick AI commit"
56
- command : ' echo "{{.Form.Msg}}" > .git/COMMIT_EDITMSG && vim .git/COMMIT_EDITMSG && [ -s .git/COMMIT_EDITMSG ] && git commit -F .git/COMMIT_EDITMSG || echo "Commit message is empty, commit aborted."'
56
+ command : ' echo "{{.Form.Msg}}" > .git/COMMIT_EDITMSG && nvim .git/COMMIT_EDITMSG && [ -s .git/COMMIT_EDITMSG ] && git commit -F .git/COMMIT_EDITMSG || echo "Commit message is empty, commit aborted."'
57
57
context : " files"
58
58
subprocess : true
59
59
prompts :
You can’t perform that action at this time.
0 commit comments