feat(bookmarks): add bookmark feature (#1412)
This commit is contained in:
@@ -227,6 +227,11 @@ local DEFAULT_MAPPINGS = {
|
||||
action = "toggle_help",
|
||||
desc = "toggle help",
|
||||
},
|
||||
{
|
||||
key = "m",
|
||||
action = "toggle_mark",
|
||||
desc = "Toggle node in bookmarks",
|
||||
},
|
||||
}
|
||||
-- END_DEFAULT_MAPPINGS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user