diff --git a/src/git.ts b/src/git.ts index a84464f72508..cd641afc77bc 100644 --- a/src/git.ts +++ b/src/git.ts @@ -9738,7 +9738,7 @@ const completionSpec: Fig.Spec = { { name: "commit -m 'msg'", description: "Git commit shortcut", - insertValue: "commit -m {cursor}", + insertValue: "commit -m '{cursor}'", icon: "fig://template?color=2ecc71&badge=🔥", // type: "shortcut", },