diff --git a/after/plugin/fugitive.lua b/after/plugin/fugitive.lua index 41f0512b..08458acf 100644 --- a/after/plugin/fugitive.lua +++ b/after/plugin/fugitive.lua @@ -19,7 +19,7 @@ autocmd("BufWinEnter", { -- rebase always vim.keymap.set("n", "P", function() - vim.cmd.Git({'pull', '--rebase'}) + vim.cmd.Git({'pull --rebase'}) end, opts) -- NOTE: It allows me to easily set the branch i am pushing and any tracking