81fc264799ec2e7054580390ea6ba6e1ebfee321
Bookmarks.yazi
Simple implementation of vim-like mark's 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"
Languages
Lua
100%