mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
Update Custom_Pagers.md
This commit is contained in:
parent
9912998bb7
commit
87c2fb6a4a
1 changed files with 16 additions and 1 deletions
|
@ -24,7 +24,7 @@ git:
|
||||||
pager: delta --dark --paging=never --24-bit-color=never
|
pager: delta --dark --paging=never --24-bit-color=never
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Diff-so-fancy
|
## Diff-so-fancy
|
||||||
|
|
||||||
|
@ -37,6 +37,21 @@ git:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## ydiff
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
gui:
|
||||||
|
sidePanelWidth: 0.2 # gives you more space to show things side-by-side
|
||||||
|
git:
|
||||||
|
paging:
|
||||||
|
colorArg: never
|
||||||
|
pager: ydiff -p cat -s --wrap --width={{columnWidth}}
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Be careful with this one, I think the homebrew and pip versions are behind master. I needed to directly download the ydiff script to get the no-pager functionality working.
|
||||||
|
|
||||||
## Using git config
|
## Using git config
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue