From 2081f33ef8a3e8dd496ef4343adb663a39a1c645 Mon Sep 17 00:00:00 2001 From: Aditya Date: Sun, 10 Mar 2024 12:43:54 +0530 Subject: [PATCH] add neogit keybinds --- config/git/lazygit.nix | 3 +-- config/git/neogit.nix | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config/git/lazygit.nix b/config/git/lazygit.nix index 1bf2498..f7a271d 100644 --- a/config/git/lazygit.nix +++ b/config/git/lazygit.nix @@ -10,7 +10,7 @@ keymaps = [ { mode = "n"; - key = "gg"; + key = "gG"; action = "LazyGit"; options = { desc = "LazyGit (root dir)"; @@ -18,4 +18,3 @@ } ]; } - diff --git a/config/git/neogit.nix b/config/git/neogit.nix index 8d4431c..9fd09fc 100644 --- a/config/git/neogit.nix +++ b/config/git/neogit.nix @@ -7,7 +7,10 @@ { mode = "n"; key = "gg"; - action = "Neogit"; + action = "Neogit kind=floating"; + options = { + desc = "Toggle Neogit"; + }; } ]; }