diff options
Diffstat (limited to 'after/ftplugin/fugitive.lua')
| -rw-r--r-- | after/ftplugin/fugitive.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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", "<Leader>p", "<Cmd>Git push<CR>", { buffer = true, remap = false }) +vim.keymap.set("n", "<Leader>P", "<Cmd>Git pull<CR>", { buffer = true, remap = false }) |
