From f17931992e33172fe89733222d1aebd10918b97b Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Thu, 4 Sep 2025 21:33:22 -0400 Subject: [PATCH] Add keybinding for Neogit --- config.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.nix b/config.nix index 323feb6..2b3dfb4 100644 --- a/config.nix +++ b/config.nix @@ -206,6 +206,10 @@ action = "Neotree toggle right"; key = "f"; } + { + action = "Neogit"; + key = ""; + } { action = "spwincmd jterm15-i"; key = "t";