1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 19:26:01 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`