mirror of
https://github.com/zoriya/flake.git
synced 2026-06-08 04:43:32 +00:00
Add yank action in oil
This commit is contained in:
@@ -14,6 +14,7 @@ return {
|
|||||||
keymaps = {
|
keymaps = {
|
||||||
["<BS>"] = "actions.parent",
|
["<BS>"] = "actions.parent",
|
||||||
["~"] = false,
|
["~"] = false,
|
||||||
|
["yy"] = "actions.yank_entry",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
after = function(plug)
|
after = function(plug)
|
||||||
|
|||||||
Reference in New Issue
Block a user