From be4eb457f04110fef1277526f71c44182424412b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 17 Dec 2023 20:25:25 +0000 Subject: [PATCH] Display Harpoon window at the top of the screen --- after/plugin/fugitive.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/plugin/fugitive.lua b/after/plugin/fugitive.lua index 151d722..a80d0b1 100644 --- a/after/plugin/fugitive.lua +++ b/after/plugin/fugitive.lua @@ -1,4 +1,4 @@ -vim.keymap.set("n", "gs", vim.cmd.Git) +vim.keymap.set("n", "gs", "GitK") vim.api.nvim_create_autocmd("BufWinEnter", { pattern = "*",