add lazygit conf
This commit is contained in:
parent
a54ce118f4
commit
b6d3943548
2 changed files with 14 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,3 +4,6 @@ mutt/.config/mutt/muttrc.aliases
|
||||||
mutt/.config/mutt/waarp
|
mutt/.config/mutt/waarp
|
||||||
mutt/.config/mutt/*.mailboxes
|
mutt/.config/mutt/*.mailboxes
|
||||||
bin/.local/bin/autobuild
|
bin/.local/bin/autobuild
|
||||||
|
|
||||||
|
lazygit/.config/jesseduffield/lazygit/state.yml
|
||||||
|
lazygit/.config/**/*.patch
|
||||||
|
|
11
lazygit/.config/jesseduffield/lazygit/config.yml
Normal file
11
lazygit/.config/jesseduffield/lazygit/config.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
reporting: "off"
|
||||||
|
startuppopupversion: 1
|
||||||
|
git:
|
||||||
|
paging:
|
||||||
|
colorArg: always
|
||||||
|
pager: delta --dark --paging=never --24-bit-color=never --theme 'Solarized (dark)'
|
||||||
|
keybinding:
|
||||||
|
universal:
|
||||||
|
nextTab: '>'
|
||||||
|
prevTab: '<'
|
||||||
|
|
Loading…
Add table
Reference in a new issue