mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-16 14:35:02 +02:00
6 lines
145 B
YAML
6 lines
145 B
YAML
disableStartupPopups: true
|
|
customCommands:
|
|
- key: 'N'
|
|
description: 'Add file'
|
|
context: 'files'
|
|
command: 'echo "haha" > output.txt'
|