Skip to content
Snippets Groups Projects
Unverified Commit ddcbc6ea authored by amtoine's avatar amtoine
Browse files

allow "paste before" on system clipboard

parent 7c40b370
Branches
No related tags found
No related merge requests found
vim.keymap.set({ "n", "v" }, "<leader>p", [["+p]], { desc = "paste without overwriting the register" })
vim.keymap.set({ "n", "v" }, "<leader>P", [["+P]], { desc = "paste without overwriting the register" })
vim.keymap.set({ "n", "v" }, "<leader>y", [["+y]], { desc = "yank to system clipboard only on demand" })
vim.keymap.set({ "n", "v" }, "<leader>d", [["+d]], { desc = "cut to system clipboard only on demand" })
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment