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

This commit is contained in:
Axel Navarro
2021-03-15 15:34:36 -03:00
committed by GitHub
parent 35d4a1337f
commit 4968284965

View File

@@ -11,6 +11,10 @@
`gh config set git_protocol {{ssh}}` `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: - Set text editor to Vim:
`gh config set editor {{vim}}` `gh config set editor {{vim}}`