feat: correct work email and lazygit commands for remote switching

This commit is contained in:
Max Hohlfeld 2024-03-13 14:26:59 +01:00 committed by Max Hohlfeld
parent 7ddf3da777
commit 419c510905
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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'