From e08117c4a0fb6cd83b78d9dcb158e78e1af1b59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 24 Mar 2024 19:30:18 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(lazygit):=20adapt?= =?UTF-8?q?=20the=20options=20to=20the=20new=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/lazygit/config.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index f020140e..98032bf4 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -19,8 +19,6 @@ gui: - "#8aadf4" # Blue selectedLineBgColor: - "#363a4f" # Surface0 - selectedRangeBgColor: - - "#363a4f" # Surface0 cherryPickedCommitBgColor: - "#8bd5ca" # Teal cherryPickedCommitFgColor: @@ -40,6 +38,7 @@ gui: showCommandLog: true nerdFontsVersion: "3" # nerd fonts version to use ("2" or "3"); empty means don't show nerd font icons commandLogSize: 8 + filterMode: "fuzzy" splitDiff: "auto" # one of 'auto' | 'always' skipRewordInEditorWarning: false # for skipping the confirmation before launching the reword editor border: "rounded" # one of 'single' | 'double' | 'rounded' | 'hidden' @@ -76,7 +75,6 @@ git: overrideGpg: false # prevents lazygit from spawning a separate process when using GPG disableForcePushing: false parseEmoji: false - diffContextSize: 3 # how many lines of context are shown around a change in diffs os: editPreset: "nvim" # see 'Configuring File Editing' section edit: "nvim {{filename}}" @@ -200,13 +198,10 @@ keybinding: amendToCommit: "A" pickCommit: "p" # pick commit (when mid-rebase) revertCommit: "t" - cherryPickCopy: "c" - cherryPickCopyRange: "C" pasteCommits: "v" tagCommit: "T" checkoutCommit: "" resetCherryPick: "" - copyCommitMessageToClipboard: "" openLogMenu: "" viewBisectOptions: "b" stash: @@ -215,8 +210,6 @@ keybinding: commitFiles: checkoutCommitFile: "c" main: - toggleDragSelect: "v" - toggleDragSelect-alt: "V" toggleSelectHunk: "a" pickBothHunks: "b" submodules: