From b4018ae76627468249eec0ba4fdcce84beb1d406 Mon Sep 17 00:00:00 2001 From: David Chen Date: Fri, 29 Mar 2024 10:08:38 -0700 Subject: [PATCH] updated lazygit config --- jesseduffield/lazygit/config.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/jesseduffield/lazygit/config.yml b/jesseduffield/lazygit/config.yml index 3143236..420dd36 100644 --- a/jesseduffield/lazygit/config.yml +++ b/jesseduffield/lazygit/config.yml @@ -9,7 +9,7 @@ git: pager: delta --dark --paging=never --24-bit-color=never --syntax-theme="OneHalfDark" gui: border: "rounded" - showBottomLine: false + showBottomLine: true commitlength: show: true mouseevents: false @@ -25,13 +25,16 @@ gui: optionsTextColor: - blue selectedLineBgColor: - - default + - reverse selectedRangeBgColor: - blue reporting: "off" splashupdatesindex: 0 quitOnTopLevelReturn: true startuppopupversion: 1 +nerdFontsVersion: "3" +showIcons: true +showFileIcons: true keybinding: universal: return: '' @@ -52,12 +55,20 @@ keybinding: redo: '' diffingMenu: 'M' filteringMenu: '' + toggleRangeSelect: v + files: ignoreFile: 'I' IgnoreOrExcludeFile: 'I' commits: moveDownCommit: '' moveUpCommit: '' + openInBrowser: o + viewBisectOptions: b + startInteractiveRebase: O + cherryPickCopy: C + pasteCommits: V + branches: viewGitFlowOptions: 'I' setUpstream: 'U'