From 01a5c9512aa8bb3436295c4f0eccc658437cf560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 7 Sep 2024 14:35:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(lazygit):=20add=20delta=20hypr?= =?UTF-8?q?links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/lazygit/config.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 2b007706..8e7bcbfe 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -40,20 +40,17 @@ gui: skipRewordInEditorWarning: false # for skipping the confirmation before launching the reword editor border: "rounded" # one of 'single' | 'double' | 'rounded' | 'hidden' statusPanelView: "dashboard" - git: paging: - pager: delta --paging=never + colorArg: always + pager: delta --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format="lazygit-edit://{path}:{line}" branchLogCmd: "git log --graph --color=always --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' {{branchName}} --" allBranchesLogCmd: "git log --graph --all --color=always --abbrev-commit --date-relative --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'" parseEmoji: true - os: editPreset: "nvim-remote" # see 'Configuring File Editing' section - disableStartupPopups: true notARepository: "skip" # one of: 'prompt' | 'create' | 'skip' | 'quit' - keybinding: universal: quit: "q" @@ -94,7 +91,7 @@ keybinding: scrollDownMain-alt1: "" # main panel scroll down scrollUpMain-alt2: "" # main panel scroll up scrollDownMain-alt2: "" # main panel scroll down - executeCustomCommand: ":" + executeShellCommand: ":" createRebaseOptionsMenu: "m" pushFiles: "P" pullFiles: "p" @@ -178,7 +175,6 @@ keybinding: init: "i" update: "u" bulkMenu: "b" - customCommands: - key: "C" command: "git cz"