diff --git a/roles/git/files/config_t460p b/roles/git/files/config_t460p index 2db2554..97098cd 100644 --- a/roles/git/files/config_t460p +++ b/roles/git/files/config_t460p @@ -1,5 +1,5 @@ [user] - email = maxhohlfeld@it-factum.de + email = max.hohlfeld@it-factum.de name = Max Hohlfeld [core] editor = nvim diff --git a/roles/git/files/lazygit.yml b/roles/git/files/lazygit.yml index 9b83937..ab3cf32 100644 --- a/roles/git/files/lazygit.yml +++ b/roles/git/files/lazygit.yml @@ -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'