gh-config: add set pager example (#5448)

add-set-more-info-link.py
Axel Navarro 2021-03-15 15:34:36 -03:00 committed by GitHub
parent 35d4a1337f
commit 4968284965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
`gh config set git_protocol {{ssh}}`
- Use `delta` in side-by-side mode as the default pager for all `gh` commands:
`gh config set pager '{{delta --side-by-side}}'`
- Set text editor to Vim:
`gh config set editor {{vim}}`