feat: git root & lazygit updates

This commit is contained in:
Michel 2023-04-06 12:11:48 +02:00
parent f53a73b67a
commit eda6d76bec
2 changed files with 17 additions and 2 deletions

View File

@ -13,6 +13,13 @@ customCommands:
loadingText: "opening commitizen commit tool"
subprocess: true
- key: "<c-z>"
command: "cz commit --retry"
description: "retry commitizen"
context: "files"
loadingText: "retrying commitizen commit"
subprocess: true
# remotes
- key: "<c-p>"
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: "<f5>"
notARepository: 'skip'
refresher:
refreshInterval: 10
refreshInterval: 30
fetchInterval: 3600
# vi:nospell

View File

@ -1,6 +1,7 @@
[alias]
co = checkout
br = branch
co = checkout
root = rev-parse --show-toplevel
st = status
tree = log --oneline --graph --decorate --all