Skip to content

Commit d8e98db

Browse files
committed
docs(readme): keybinding description consistency
1 parent fea7b42 commit d8e98db

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,17 @@ that can be used with any `gh fzf` command:
8989
- **Keybindings**:
9090
- `enter`: Edit the selected issue in the CLI via prompts
9191
(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`)
9494
- `alt-c`: Add a comment to the selected issue
9595
(see `gh issue comment --help`)
96-
- `alt-X`: Close the issue
9796
- `alt-l`: Open `gh fzf label` and add the label to the selected issue
9897
(see `gh issue edit --help`)
9998
- `alt-L`: Open `gh fzf label` and remove the label from the selected issue
10099
(see `gh issue edit --help`)
100+
- `alt-X`: Close the selected issue
101101
(see `gh issue close --help`)
102-
- `alt-O`: Reopen the issue
102+
- `alt-O`: Reopen the selected issue
103103
(see `gh issue reopen --help`)
104104
- `alt-a`: Filter the list, showing issues assigned to you
105105
- `alt-A`: Filter the list, showing issues authored by you
@@ -125,27 +125,28 @@ that can be used with any `gh fzf` command:
125125
- **Keybindings**:
126126
- `enter`: Edit the selected pull request in the CLI via prompts
127127
(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
129129
(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
131131
(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
133133
(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
135135
(see `gh pr review --help`)
136-
- `alt-R`: Mark a draft pull request as "ready for review"
137136
- `alt-l`: Open `gh fzf label` and add the label to the selected pull request
138137
(see `gh issue edit --help`)
139138
- `alt-L`: Open `gh fzf label` and remove the label from the selected pull
140139
request (see `gh issue edit --help`)
140+
- `alt-R`: Mark the selected draft pull request as "ready for review"
141141
(see `gh pr ready --help`)
142-
- `alt-M`: Merge the pull request
142+
- `alt-M`: Merge the selected pull request
143143
(see `gh pr merge --help`)
144-
- `alt-X`: Close the pull request
144+
- `alt-X`: Close the selected pull request
145145
(see `gh pr close --help`)
146-
- `alt-O`: Reopen the pull request
146+
- `alt-O`: Reopen the selected pull request
147147
(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))
149150
- `alt-a`: Filter the list, showing pull requests assigned to you
150151
- `alt-A`: Filter the list, showing pull requests authored by you
151152
- `alt-b`: Filter the list, showing pull requests from the current branch

0 commit comments

Comments
 (0)