blob: 48f63140a3a1ac6c05864b1ecd276142b41c3948 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>'
|