feat: correct work email and lazygit commands for remote switching
This commit is contained in:
parent
7ddf3da777
commit
419c510905
@ -1,5 +1,5 @@
|
||||
[user]
|
||||
email = maxhohlfeld@it-factum.de
|
||||
email = max.hohlfeld@it-factum.de
|
||||
name = Max Hohlfeld
|
||||
[core]
|
||||
editor = nvim
|
||||
|
@ -15,3 +15,10 @@ customCommands:
|
||||
context: "localBranches"
|
||||
loadingText: "Pruning..."
|
||||
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