diff options
| author | Anton Bobov <anton@bobov.name> | 2025-07-16 22:13:21 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2025-07-16 22:13:21 +0500 |
| commit | 4f42aa3cb8f8ffa87ada0d9fe307f218166e0cbe (patch) | |
| tree | ee3b139af1ed64de12ae6b83c2acb00afda858d5 | |
| parent | c56a40d31322fe20734b052edd022735393ff604 (diff) | |
lazygit: Upgrade config file
| -rw-r--r-- | files/.config/lazygit/config.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/files/.config/lazygit/config.yml b/files/.config/lazygit/config.yml index 9baa770..59c35e4 100644 --- a/files/.config/lazygit/config.yml +++ b/files/.config/lazygit/config.yml @@ -1,4 +1,3 @@ ---- gui: scrollHeight: 4 nerdFontsVersion: "3" @@ -15,32 +14,34 @@ git: # Do not spawn a separate process when using GPG # https://github.com/jesseduffield/lazygit/discussions/3605#discussioncomment-9567079 overrideGpg: true + autoForwardBranches: none notARepository: skip keybinding: commits: moveDownCommit: '<c-n>' moveUpCommit: '<c-p>' +showNumstatInFilesView: true customCommands: - key: '<c-d>' description: 'Show Difftastic for current commit' context: 'subCommits' command: 'git dshow "{{.SelectedLocalCommit.Sha}}"' - subprocess: true + output: terminal - key: '<c-d>' description: 'Show difft of current commit' context: 'files' command: 'git dft -- {{.SelectedFile.Name | quote}}' - subprocess: true + output: terminal - key: '<c-d>' description: 'Show difft of current commit' context: 'commitFiles' command: 'git dshow "{{.SelectedLocalCommit.Sha}}" -- {{.SelectedCommitFile.Name | quote}}' - subprocess: true + output: terminal - key: '<c-d>' description: 'Show difft of current commit' context: 'commits' command: 'git dshow "{{.SelectedLocalCommit.Sha}}"' - subprocess: true + output: terminal - key: 'I' description: 'Open in idea' context: 'files' |
