From af23653f0ac94dcef79ee284c3ee26dc444e3d3c Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Thu, 26 Feb 2026 07:45:06 +0100 Subject: [PATCH] lazygit: update config --- dot-config/lazygit/config.yml | 26 +++++++++++++------------- dot-config/lazygit/state.yml | 10 ++-------- 2 files changed, 15 insertions(+), 21 deletions(-) diff --git a/dot-config/lazygit/config.yml b/dot-config/lazygit/config.yml index eb96dcd7..61544b68 100644 --- a/dot-config/lazygit/config.yml +++ b/dot-config/lazygit/config.yml @@ -164,18 +164,18 @@ gui: # Config relating to git git: # See https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Pagers.md - paging: - # Value of the --color arg in the git diff command. Some pagers want this to be set to 'always' and some want it set to 'never' - colorArg: always - # e.g. - # diff-so-fancy - # delta --dark --paging=never - # ydiff -p cat -s --wrap --width={{columnWidth}} - pager: "" - # If true, Lazygit will use whatever pager is specified in `$GIT_PAGER`, `$PAGER`, or your *git config*. If the pager ends with something like ` | less` we will strip that part out, because less doesn't play nice with our rendering approach. If the custom pager uses less under the hood, that will also break rendering (hence the `--paging=never` flag for the `delta` pager). - useConfig: false - # e.g. 'difft --color=always' - externalDiffCommand: "" + pagers: + - # Value of the --color arg in the git diff command. Some pagers want this to be set to 'always' and some want it set to 'never' + colorArg: always + # e.g. + # diff-so-fancy + # delta --dark --paging=never + # ydiff -p cat -s --wrap --width={{columnWidth}} + pager: "" + # If true, Lazygit will use whatever pager is specified in `$GIT_PAGER`, `$PAGER`, or your *git config*. If the pager ends with something like ` | less` we will strip that part out, because less doesn't play nice with our rendering approach. If the custom pager uses less under the hood, that will also break rendering (hence the `--paging=never` flag for the `delta` pager). + useConfig: false + # e.g. 'difft --color=always' + externalDiffCommand: "" # Config relating to committing commit: # If true, pass '--signoff' flag when committing @@ -413,7 +413,7 @@ keybinding: viewResetOptions: D fetch: f toggleTreeView: '`' - openMergeTool: M + openMergeOptions: M openStatusFilter: copyFileInfoToClipboard: "y" branches: diff --git a/dot-config/lazygit/state.yml b/dot-config/lazygit/state.yml index f28abfb7..2074a4bf 100644 --- a/dot-config/lazygit/state.yml +++ b/dot-config/lazygit/state.yml @@ -2,13 +2,7 @@ lastupdatecheck: 0 recentrepos: - /home/andy/dotfiles startuppopupversion: 5 -lastversion: 0.53.0 +didshowhunkstaginghint: false +lastversion: 0.58.0 customcommandshistory: [] hidecommandlog: false -ignorewhitespaceindiffview: false -diffcontextsize: 3 -renamesimilaritythreshold: 50 -localbranchsortorder: recency -remotebranchsortorder: alphabetical -gitlogorder: topo-order -gitlogshowgraph: always -- 2.52.0