diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index d3f35f3b..a1581b67 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -1,2 +1,14 @@ gui: nerdFontsVersion: "3" + +customCommands: + - key: 'p' + context: 'global' + command: 'git pull --recurse-submodules' + loadingText: 'Pulling with submodules' + output: 'log' + - key: '' + context: 'global' + command: 'git pull' + loadingText: 'Pulling remote repo' + output: 'log'