From 64facc315dffb49f467abafd1405c3e1d39c3390 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 17 Jan 2024 22:11:59 +0000 Subject: [PATCH] Add a keymap to run `:Git commit` --- after/plugin/fugitive.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/after/plugin/fugitive.lua b/after/plugin/fugitive.lua index a80d0b1..18df603 100644 --- a/after/plugin/fugitive.lua +++ b/after/plugin/fugitive.lua @@ -1,3 +1,4 @@ +vim.keymap.set("n", "gc", "Git commitK") vim.keymap.set("n", "gs", "GitK") vim.api.nvim_create_autocmd("BufWinEnter", {