From b15f9737e5f8ac47d6a4100b8bdf2ca088cc213c Mon Sep 17 00:00:00 2001 From: Ben Elan Date: Sat, 2 Dec 2023 03:25:58 -0800 Subject: [PATCH] feat(issue, pr): display all comments in the preview window --- gh-fzf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gh-fzf b/gh-fzf index 2f908c8..52740d7 100755 --- a/gh-fzf +++ b/gh-fzf @@ -176,7 +176,7 @@ Filters > (alt-a: assignee) (alt-A: author) (alt-m: mention) (alt-s: state=all)' --no-exit-0 \ --no-select-1 \ --header-lines=4 \ - --preview 'GH_FORCE_TTY=true gh issue view {1}' \ + --preview 'GH_FORCE_TTY=true gh issue view {1} --coments' \ --preview-window='right:50%,wrap' \ --preview-label="(alt+P: toggle preview) (alt+H: toggle hints)" \ --header="$header" \ @@ -229,7 +229,7 @@ Filters > (alt-a: assignee) (alt-A: author) (alt-b: branch) (alt-s: state=all)' --no-exit-0 \ --no-select-1 \ --header-lines=4 \ - --preview 'GH_FORCE_TTY=true gh pr view {1}' \ + --preview 'GH_FORCE_TTY=true gh pr view {1} --comments' \ --preview-window='right:50%,wrap' \ --preview-label="(alt+P: toggle preview) (alt+H: toggle hints)" \ --header="$header" \