diff options
Diffstat (limited to '.config/lazygit/config.yml')
| -rw-r--r-- | .config/lazygit/config.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 21ea0dc..dfdd87a 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -1,2 +1,9 @@ os: edit: "nvim {{filename}}" +gui: + sidePanelWidth: 0.2 # gives you more space to show things side-by-side +git: + pagers: + - colorArg: never + pager: ydiff -p cat -s --wrap --width={{columnWidth}} + |
