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"