[lazygit] Move config file
This commit is contained in:
parent
94194b02fc
commit
0c6bb91f41
2 changed files with 13 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
reporting: "off"
|
|
||||||
startuppopupversion: 1
|
|
||||||
git:
|
|
||||||
paging:
|
|
||||||
colorArg: always
|
|
||||||
pager: delta --dark --paging=never --24-bit-color=never --theme 'Solarized (dark)'
|
|
||||||
keybinding:
|
|
||||||
universal:
|
|
||||||
nextTab: '>'
|
|
||||||
prevTab: '<'
|
|
||||||
|
|
13
lazygit/.config/lazygit/config.yml
Normal file
13
lazygit/.config/lazygit/config.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
reporting: "off"
|
||||||
|
startuppopupversion: 1
|
||||||
|
git:
|
||||||
|
paging:
|
||||||
|
colorArg: always
|
||||||
|
pager: delta --dark --paging=never --24-bit-color=never --theme 'Solarized (dark)'
|
||||||
|
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=oneline {{branchName}} --'
|
||||||
|
allBranchesLogCmd: 'git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium'
|
||||||
|
keybinding:
|
||||||
|
universal:
|
||||||
|
nextTab: '>'
|
||||||
|
prevTab: '<'
|
||||||
|
|
Loading…
Add table
Reference in a new issue