From 133a82422c3d7b1821179d35d769fdf4f5c1f2cb Mon Sep 17 00:00:00 2001 From: David Chen Date: Sat, 17 Dec 2022 16:08:15 +0800 Subject: [PATCH] lazygit config update: escape to return; quit on top level return --- jesseduffield/lazygit/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jesseduffield/lazygit/config.yml b/jesseduffield/lazygit/config.yml index d23ac96..86cf801 100644 --- a/jesseduffield/lazygit/config.yml +++ b/jesseduffield/lazygit/config.yml @@ -28,10 +28,11 @@ gui: - blue reporting: "off" splashupdatesindex: 0 +quitOnTopLevelReturn: true startuppopupversion: 1 keybinding: universal: - quit-alt1: '' + return: '' prevItem-alt: 'u' nextItem-alt: 'e' prevBlock-alt: 'n'