Add yank action in oil

This commit is contained in:
2025-05-19 15:08:03 +02:00
parent 3a61a78c06
commit 091b0cb36a
+1
View File
@@ -14,6 +14,7 @@ return {
keymaps = {
["<BS>"] = "actions.parent",
["~"] = false,
["yy"] = "actions.yank_entry",
},
},
after = function(plug)