From 7eacde5b38800bab578fedb9dd18a620cf3ce6ab Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 13 Feb 2024 12:54:27 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/nixvim.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index e483a19a..870907f5 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -51,10 +51,9 @@ # ToggleTerm (nmap "t" "" // desc "[T]oggleTerm" // silent) (nmap "tt" ":ToggleTerm" // desc "[T]oggle Terminal") - (nmap "tg" ":ToggleTerm " // desc "Show Lazy[G]it") # Fugitive - (nmap "
gc" ":Git commit -am" // desc "[C]ommit" ) - (nmap "gp" ":Git push" // desc "[P]ush") + (nmap "gc" ":Git commit -am" // desc "[C]ommit" ) + (nmap "gp" ":Git push" // desc "[P]ush") ]; options = {