diff --git a/gh-fzf b/gh-fzf index 0fa75eb..5e5587e 100755 --- a/gh-fzf +++ b/gh-fzf @@ -305,7 +305,7 @@ Filters > (alt-a: assignee) (alt-A: author) (alt-b: branch) (alt-s: state=all) --bind='alt-d:execute(gh pr diff {1})' \ --bind='alt-o:execute(gh pr checkout {1})' \ --bind='alt-r:execute(gh pr review {1})' \ - --bind='alt-C:execute(gh pr checks {1})' \ + --bind='alt-C:execute' \ --bind='alt-R:execute(gh pr ready {1})' \ --bind='alt-M:execute(gh pr merge {1})' \ --bind='alt-O:execute(gh pr reopen {1})' \