diff options
| author | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-02-23 08:40:31 +0100 |
|---|---|---|
| committer | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-02-23 08:40:31 +0100 |
| commit | a690c70d9ddf2694aa2ee64efefff09cdc755f93 (patch) | |
| tree | 40c4ddc86c183315d317b2d43a6066654896471d /.config/lazygit/config.yml | |
| parent | d189dd6f1596270c3ee2e776b750ad40b9b197c0 (diff) | |
lazygit update
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}} + |
