diff --git a/git/lazygit.yml b/git/lazygit.yml index 5471c9b..ce3c3c3 100644 --- a/git/lazygit.yml +++ b/git/lazygit.yml @@ -9,3 +9,7 @@ customCommands: context: "files" loadingText: "opening commitizen commit tool" subprocess: true + - key: "W" + command: git commit --no-verify + context: "global" + subprocess: true