Skip to content

Commit

Permalink
feat(issue, pr): display all comments in the preview window
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan committed Dec 2, 2023
1 parent fc6768d commit b15f973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gh-fzf
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down Expand Up @@ -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" \
Expand Down

0 comments on commit b15f973

Please sign in to comment.