Skip to content

Commit

Permalink
revert: docs(readme): fix yml code block indenting
Browse files Browse the repository at this point in the history
This reverts commit 5e4c2ed.
  • Loading branch information
benelan committed Dec 30, 2023
1 parent 5e4c2ed commit 39d262a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,15 @@ aliases in `gh`'s config file, where you add keybindings:
```yml
# ~/.config/gh/config.yml
aliases:
i: |
!FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS
--bind='alt-+:execute(gh issue edit --add-assignee @me {1})'
--bind='alt--:execute(gh issue edit --remove-assignee @me {1})'
" gh fzf issue
p: |
!FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS
--bind='alt-m:execute(gh pr merge -d {1})'
" gh fzf pr
i: |
!FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS
--bind='alt-+:execute(gh issue edit --add-assignee @me {1})'
--bind='alt--:execute(gh issue edit --remove-assignee @me {1})'
" gh fzf issue
p: |
!FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS
--bind='alt-m:execute(gh pr merge -d {1})'
" gh fzf pr
```
For the `issue` and `pr` commands, use `{1}` in place of the \<number\>.
Expand Down

0 comments on commit 39d262a

Please sign in to comment.