From a8d43af719be22366af1ea2026a3516277e262c3 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 19 Jan 2023 10:44:46 -0600 Subject: [PATCH] fix: keep default wip keybinding --- home/private_dot_config/lazygit/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/private_dot_config/lazygit/config.yml b/home/private_dot_config/lazygit/config.yml index 6919623..5dd79af 100644 --- a/home/private_dot_config/lazygit/config.yml +++ b/home/private_dot_config/lazygit/config.yml @@ -11,9 +11,6 @@ customCommands: command: 'git commit -m "wip: $(date +"%Y.%m.%d %H:%M:%S")"' context: "files" -files: - commitChangesWithoutHook: null # commit changes without pre-commit hook - # fall back theme in case terminal app not configured gui: showFileTree: true