feat(marks): add bulk move action (#1419)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user