feat: correct work email and lazygit commands for remote switching
This commit is contained in:
parent
7ddf3da777
commit
419c510905
@ -1,5 +1,5 @@
|
|||||||
[user]
|
[user]
|
||||||
email = maxhohlfeld@it-factum.de
|
email = max.hohlfeld@it-factum.de
|
||||||
name = Max Hohlfeld
|
name = Max Hohlfeld
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
@ -15,3 +15,10 @@ customCommands:
|
|||||||
context: "localBranches"
|
context: "localBranches"
|
||||||
loadingText: "Pruning..."
|
loadingText: "Pruning..."
|
||||||
description: "prune local branches that have been merged to develop"
|
description: "prune local branches that have been merged to develop"
|
||||||
|
|
||||||
|
keybinding:
|
||||||
|
universal:
|
||||||
|
scrollLeft: '['
|
||||||
|
scrollRight: ']'
|
||||||
|
nextTab: 'L'
|
||||||
|
prevTab: 'H'
|
||||||
|
Loading…
Reference in New Issue
Block a user