diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 36c572d..d4b9e55 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -31,6 +31,7 @@ customCommands: git: autoFetch: true autoRefresh: true + diffContextSize: 7 log: order: 'date-order' showWholeGraph: true @@ -45,6 +46,8 @@ gui: "Michel D'HOOGE": '#5ae615' branchColors: 'main': '#1cdddd' + expandFocusedSidePanel: true + experimentalShowBranchHeads: true scrollHeight: 10 scrollPastBottom: false showBottomLine: false diff --git a/.gitconfig b/.gitconfig index 704ebeb..82c8dac 100644 --- a/.gitconfig +++ b/.gitconfig @@ -64,3 +64,5 @@ [pull] ff = only +[user] + useConfigOnly = true