diff options
Diffstat (limited to 'files/.config')
| -rw-r--r-- | files/.config/lazygit/config.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/files/.config/lazygit/config.yml b/files/.config/lazygit/config.yml new file mode 100644 index 0000000..48f6314 --- /dev/null +++ b/files/.config/lazygit/config.yml @@ -0,0 +1,23 @@ +--- +gui: + nerdFontsVersion: "3" + theme: + lightTheme: true + branchColors: + 'develop': '#ff2222' + animateExplosion: false +git: + paging: + colorArg: always + pager: diff-so-fancy + commitPrefixes: + gazprom: + pattern: "^(\\d+)-.*" + replace: "feat: #$1 " + branchLogCmd: "git lg --color=always --no-merges --graph {{branchName}} --" +services: + 'git.technocom.tech': 'gitea:git.technocom.tech' +keybinding: + commits: + moveDownCommit: '<c-n>' + moveUpCommit: '<c-p>' |
