feat(marks): add bulk move action (#1419)

This commit is contained in:
Kiyan
2022-07-17 08:25:11 +02:00
committed by GitHub
parent 208ce0b153
commit 26512c369f
6 changed files with 70 additions and 13 deletions

View File

@@ -231,6 +231,11 @@ local DEFAULT_MAPPINGS = {
action = "toggle_mark",
desc = "Toggle node in bookmarks",
},
{
key = "bmv",
action = "bulk_move",
desc = "Move all bookmarked nodes into specified location",
},
}
-- END_DEFAULT_MAPPINGS