feat: git root & lazygit updates
This commit is contained in:
parent
f53a73b67a
commit
eda6d76bec
@ -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
[alias]
|
||||
co = checkout
|
||||
br = branch
|
||||
co = checkout
|
||||
root = rev-parse --show-toplevel
|
||||
st = status
|
||||
tree = log --oneline --graph --decorate --all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user