Files
bookmarks.yazi/README.md
2024-02-09 18:53:52 +00:00

407 B

Bookmarks.yazi

Simple implementation of vi-like marks for yazi.

[[manager.prepend_keymap]]
on = [ "m" ]
exec = "plugin bookmarks --sync --args='set'"
desc = "Set a bookmark"
[[manager.prepend_keymap]]
on = [ "'" ]
exec = "plugin bookmarks --sync --args='jump'"
desc = "Jump to a bookmark"