finally added custom commands to pull with submodules

This commit is contained in:
2026-04-30 09:38:50 +01:00
parent 440e1f41a5
commit 0adc9d8965

View File

@@ -1,2 +1,14 @@
gui: gui:
nerdFontsVersion: "3" nerdFontsVersion: "3"
customCommands:
- key: 'p'
context: 'global'
command: 'git pull --recurse-submodules'
loadingText: 'Pulling with submodules'
output: 'log'
- key: '<c-p>'
context: 'global'
command: 'git pull'
loadingText: 'Pulling remote repo'
output: 'log'