1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-19 21:28:28 +02:00

Add notARepository to config docs

This commit is contained in:
Kalvin Pearce 2020-11-24 21:32:03 +10:00 committed by Jesse Duffield
parent d468866746
commit 7581830e70

View File

@ -58,6 +58,7 @@ Default path for the config file:
# determines whether hitting 'esc' will quit the application when there is nothing to cancel/close
quitOnTopLevelReturn: true
disableStartupPopups: false
notARepository: 'prompt' # one of: 'prompt' | 'create' | 'skip'
keybinding:
universal:
quit: 'q'