diff --git a/lazygit/.config/jesseduffield/lazygit/config.yml b/lazygit/.config/jesseduffield/lazygit/config.yml deleted file mode 100644 index c0f4014..0000000 --- a/lazygit/.config/jesseduffield/lazygit/config.yml +++ /dev/null @@ -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: '<' - diff --git a/lazygit/.config/lazygit/config.yml b/lazygit/.config/lazygit/config.yml new file mode 100644 index 0000000..2189e5e --- /dev/null +++ b/lazygit/.config/lazygit/config.yml @@ -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: '<' +