diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index ddb156e..25475b3 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -13,6 +13,13 @@ customCommands: loadingText: "opening commitizen commit tool" subprocess: true + - key: "" + command: "cz commit --retry" + description: "retry commitizen" + context: "files" + loadingText: "retrying commitizen commit" + subprocess: true + # remotes - key: "" command: "git remote prune {{.SelectedRemote.Name}}" @@ -39,12 +46,19 @@ gui: showBottomLine: false showIcons: true sidePanelWidth: .25 + theme: + selectedLineBgColor: [reverse] + selectedRangeBgColor: [reverse] timeFormat: '02 Jan 15:04' +keybinding: + universal: + refresh: "" + notARepository: 'skip' refresher: - refreshInterval: 10 + refreshInterval: 30 fetchInterval: 3600 # vi:nospell diff --git a/.gitconfig b/.gitconfig index b2a031e..704ebeb 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,7 @@ [alias] - co = checkout br = branch + co = checkout + root = rev-parse --show-toplevel st = status tree = log --oneline --graph --decorate --all