@@ -89,17 +89,17 @@ that can be used with any `gh fzf` command:
89
89
- ** Keybindings** :
90
90
- ` enter` : Edit the selected issue in the CLI via prompts
91
91
(see ` gh issue edit --help` )
92
- - ` alt-o` : Checkout the issue ' s linked branch, creating one if necessary
93
- (see `gh issue develop --help`)
92
+ - ` alt-o` : Checkout the linked branch of the selected issue , creating one if
93
+ necessary (see ` gh issue develop --help` )
94
94
- ` alt-c` : Add a comment to the selected issue
95
95
(see ` gh issue comment --help` )
96
- - `alt-X`: Close the issue
97
96
- ` alt-l` : Open ` gh fzf label` and add the label to the selected issue
98
97
(see ` gh issue edit --help` )
99
98
- ` alt-L` : Open ` gh fzf label` and remove the label from the selected issue
100
99
(see ` gh issue edit --help` )
100
+ - ` alt-X` : Close the selected issue
101
101
(see ` gh issue close --help` )
102
- - `alt-O`: Reopen the issue
102
+ - ` alt-O` : Reopen the selected issue
103
103
(see ` gh issue reopen --help` )
104
104
- ` alt-a` : Filter the list, showing issues assigned to you
105
105
- ` alt-A` : Filter the list, showing issues authored by you
@@ -125,27 +125,28 @@ that can be used with any `gh fzf` command:
125
125
- ** Keybindings** :
126
126
- ` enter` : Edit the selected pull request in the CLI via prompts
127
127
(see ` gh pr edit --help` )
128
- - ` alt-o` : Checkout the pull request' s branch
128
+ - ` alt-o` : Checkout the branch of the selected pull request
129
129
(see ` gh pr checkout --help` )
130
- - `alt-c`: Add a comment to the selected issue
130
+ - ` alt-c` : Add a comment to the selected pull request
131
131
(see ` gh issue comment --help` )
132
- - `alt-d`: Show the pull request' s diff
132
+ - ` alt-d` : Show the diff for the selected pull request
133
133
(see ` gh pr diff --help` )
134
- - ` alt-r` : Start/continue/finish a review for the pull request
134
+ - ` alt-r` : Start/continue/finish a review for the selected pull request
135
135
(see ` gh pr review --help` )
136
- - ` alt-R` : Mark a draft pull request as " ready for review"
137
136
- ` alt-l` : Open ` gh fzf label` and add the label to the selected pull request
138
137
(see ` gh issue edit --help` )
139
138
- ` alt-L` : Open ` gh fzf label` and remove the label from the selected pull
140
139
request (see ` gh issue edit --help` )
140
+ - ` alt-R` : Mark the selected draft pull request as " ready for review"
141
141
(see ` gh pr ready --help` )
142
- - ` alt-M` : Merge the pull request
142
+ - ` alt-M` : Merge the selected pull request
143
143
(see ` gh pr merge --help` )
144
- - ` alt-X` : Close the pull request
144
+ - ` alt-X` : Close the selected pull request
145
145
(see ` gh pr close --help` )
146
- - ` alt-O` : Reopen the pull request
146
+ - ` alt-O` : Reopen the selected pull request
147
147
(see ` gh pr reopen --help` )
148
- - ` alt-C` : Show the pull request' s status checks in `gh fzf run`
148
+ - ` alt-C` : Open ` gh fzf run` filtered for the selected pull request
149
+ (see [run](# run))
149
150
- ` alt-a` : Filter the list, showing pull requests assigned to you
150
151
- ` alt-A` : Filter the list, showing pull requests authored by you
151
152
- ` alt-b` : Filter the list, showing pull requests from the current branch
0 commit comments