feat: git root & lazygit updates
This commit is contained in:
parent
f53a73b67a
commit
eda6d76bec
@ -13,6 +13,13 @@ customCommands:
|
|||||||
loadingText: "opening commitizen commit tool"
|
loadingText: "opening commitizen commit tool"
|
||||||
subprocess: true
|
subprocess: true
|
||||||
|
|
||||||
|
- key: "<c-z>"
|
||||||
|
command: "cz commit --retry"
|
||||||
|
description: "retry commitizen"
|
||||||
|
context: "files"
|
||||||
|
loadingText: "retrying commitizen commit"
|
||||||
|
subprocess: true
|
||||||
|
|
||||||
# remotes
|
# remotes
|
||||||
- key: "<c-p>"
|
- key: "<c-p>"
|
||||||
command: "git remote prune {{.SelectedRemote.Name}}"
|
command: "git remote prune {{.SelectedRemote.Name}}"
|
||||||
@ -39,12 +46,19 @@ gui:
|
|||||||
showBottomLine: false
|
showBottomLine: false
|
||||||
showIcons: true
|
showIcons: true
|
||||||
sidePanelWidth: .25
|
sidePanelWidth: .25
|
||||||
|
theme:
|
||||||
|
selectedLineBgColor: [reverse]
|
||||||
|
selectedRangeBgColor: [reverse]
|
||||||
timeFormat: '02 Jan 15:04'
|
timeFormat: '02 Jan 15:04'
|
||||||
|
|
||||||
|
keybinding:
|
||||||
|
universal:
|
||||||
|
refresh: "<f5>"
|
||||||
|
|
||||||
notARepository: 'skip'
|
notARepository: 'skip'
|
||||||
|
|
||||||
refresher:
|
refresher:
|
||||||
refreshInterval: 10
|
refreshInterval: 30
|
||||||
fetchInterval: 3600
|
fetchInterval: 3600
|
||||||
|
|
||||||
# vi:nospell
|
# vi:nospell
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[alias]
|
[alias]
|
||||||
co = checkout
|
|
||||||
br = branch
|
br = branch
|
||||||
|
co = checkout
|
||||||
|
root = rev-parse --show-toplevel
|
||||||
st = status
|
st = status
|
||||||
tree = log --oneline --graph --decorate --all
|
tree = log --oneline --graph --decorate --all
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user