mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 16:06:03 +02:00
gh-config: add set pager example (#5448)
This commit is contained in:
parent
35d4a1337f
commit
4968284965
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue