diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-21 19:06:11 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-21 19:06:11 -0500 |
| commit | 6dd62b4cc8b2142135632483bfb55501645d55b8 (patch) | |
| tree | c4cf4b8a2bf34cc578ba83ca81d38363ac55e236 /after/ftplugin/fugitive.lua | |
| parent | aa5717f00fd14430c80939a68d7107c26de6e554 (diff) | |
big updates
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 }) |
