Skip to content

Commit 297617b

Browse files
authored
Update remap.lua
1 parent a4b8de3 commit 297617b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/theprimeagen/remap.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ end)
3434
vim.keymap.set("x", "<leader>p", [["_dP]])
3535

3636
-- next greatest remap ever : asbjornHaland
37+
-- leader y yanks text to the system clipboard enabling you to pate elsewhere
3738
vim.keymap.set({"n", "v"}, "<leader>y", [["+y]])
3839
vim.keymap.set("n", "<leader>Y", [["+Y]])
3940

0 commit comments

Comments
 (0)