Revert "fix: change diff put/get mapping"

This reverts commit 1b474d8b69aa05b4937b66468daf37e970d35f24.
This commit is contained in:
2025-09-23 12:09:10 +02:00
parent eef13023a8
commit 3440c5e98c
+2 -2
View File
@@ -29,8 +29,8 @@ vim.keymap.set("t", "<C-\\>", function()
end)
-- Use :diffput/get instead of normal one to allow staging visual selection
vim.keymap.set({ "n", "x" }, "dp", ":diffput<CR>")
vim.keymap.set({ "n", "x" }, "do", ":diffget<CR>")
vim.keymap.set({ "n", "x" }, "<leader>dp", ":diffput<CR>")
vim.keymap.set({ "n", "x" }, "<leader>do", ":diffget<CR>")
local close_pum = function()
if vim.fn.pumvisible() ~= 0 then