From 6dd62b4cc8b2142135632483bfb55501645d55b8 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Wed, 21 Jan 2026 19:06:11 -0500 Subject: big updates --- after/ftplugin/fugitive.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 after/ftplugin/fugitive.lua (limited to 'after/ftplugin/fugitive.lua') diff --git a/after/ftplugin/fugitive.lua b/after/ftplugin/fugitive.lua new file mode 100644 index 0000000..2d1fbb5 --- /dev/null +++ b/after/ftplugin/fugitive.lua @@ -0,0 +1,2 @@ +vim.keymap.set("n", "p", "Git push", { buffer = true, remap = false }) +vim.keymap.set("n", "P", "Git pull", { buffer = true, remap = false }) -- cgit v1.2.3-71-gdd5e