From 212789c05e2b04580082f7b97517e73a96fc6bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 2 Feb 2025 00:41:04 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(lazygit):=20dont=20close=20whe?= =?UTF-8?q?n=20hitting=20q=20inside=20neovim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/lazygit/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 537c4fb4..abe5bd0f 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -48,7 +48,7 @@ git: allBranchesLogCmd: "git log --graph --all --color=always --abbrev-commit --date-relative --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'" parseEmoji: true os: - editPreset: "nvim-remote" # see 'Configuring File Editing' section + edit: '[ -z "$NVIM" ] && (nvim -- {{filename}}) || (nvim --server "$NVIM" --remote-send "q" && nvim --server "$NVIM" --remote {{filename}})' disableStartupPopups: true notARepository: "skip" # one of: 'prompt' | 'create' | 'skip' | 'quit' keybinding: