From 7581830e70bea03c4e3cd82870c89228912b6063 Mon Sep 17 00:00:00 2001 From: Kalvin Pearce Date: Tue, 24 Nov 2020 21:32:03 +1000 Subject: [PATCH] Add notARepository to config docs --- docs/Config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Config.md b/docs/Config.md index 3e6ea0cbc..6df7e7ef9 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -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'