From fcf46647d9795caf60aeb0a9e24e7653f1aec326 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 5 Nov 2025 21:24:57 +0000 Subject: [PATCH] Add lazy git --- .config/lazygit/config.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .config/lazygit/config.yml diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml new file mode 100644 index 0000000..195fe02 --- /dev/null +++ b/.config/lazygit/config.yml @@ -0,0 +1,20 @@ +gui: + skipStashWarning: true + nerdForntsVersion: "3" +git: + parseEmoji: true +os: + editPreset: "nvim" + +keybinding: + universal: + prevBlock: "" + nextBlock: "" + prevBlock-alt: "" + nextBlock-alt: "" + prevBlock-alt2: "" + nextBlock-alt2: "" + focusMainView: "" + commits: + moveDownCommit: "" + moveUpCommit: ""