diff options
| author | Anton Bobov <anton@bobov.name> | 2026-08-03 23:48:43 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2026-08-03 23:48:43 +0500 |
| commit | 30e3da4c57b464b4a46452d56085216f11b288f3 (patch) | |
| tree | 0b3cbf26608921e19d3bf28a3f55754498c4754a /files/.config/lazygit | |
| parent | ed2a09af95af121461e127251690b2fc0e1c1086 (diff) | |
lazygit: add shrinkSidePanelsToContent setting
Diffstat (limited to 'files/.config/lazygit')
| -rw-r--r-- | files/.config/lazygit/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/.config/lazygit/config.yml b/files/.config/lazygit/config.yml index f248b4f..b3510d1 100644 --- a/files/.config/lazygit/config.yml +++ b/files/.config/lazygit/config.yml @@ -7,6 +7,7 @@ gui: spinner: frames: ['⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏'] rate: 100 + shrinkSidePanelsToContent: true git: pagers: - pager: delta --paging=never --hyperlinks-file-link-format="lazygit-edit://{path}:{line}" |
