From d999e21d45843655c13886ab17089b7513507555 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` --- config/neovim/after/plugin/fugitive.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/config/neovim/after/plugin/fugitive.lua b/config/neovim/after/plugin/fugitive.lua index a80d0b1..18df603 100644 --- a/config/neovim/after/plugin/fugitive.lua +++ b/config/neovim/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", {