From 9014a973e73e054ae3117275dfffc89c8232c590 Mon Sep 17 00:00:00 2001 From: Wenxuan Date: Thu, 15 Jun 2023 09:49:07 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: sandr01d <88739791+sandr01d@users.noreply.github.com> --- bin/git-forgit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/git-forgit b/bin/git-forgit index 91f4f70..0f20695 100755 --- a/bin/git-forgit +++ b/bin/git-forgit @@ -138,7 +138,7 @@ _forgit_diff() { $FORGIT_FZF_DEFAULT_OPTS +m -0 --bind=\"enter:execute($enter_cmd | $_forgit_enter_pager)\" --preview=\"$preview_cmd\" - --bind=\"alt-e:execute-silent($EDITOR \$\($get_files\) >/dev/tty /dev/tty \" " @@ -176,7 +176,7 @@ _forgit_add() { $FORGIT_FZF_DEFAULT_OPTS -0 -m --nth 2..,.. --preview=\"$preview\" - --bind=\"alt-e:execute-silent($EDITOR \$\(echo {} | $extract\) >/dev/tty /dev/tty