"$schema" = "https://yazi-rs.github.io/schemas/keymap.json" [mgr] prepend_keymap = [ { on = "", run = "plugin wl-clipboard", desc = "Yank to clipboard" }, { on = "R", run = "rename --empty=stem --cursor=start", desc = "Rename file full" }, { on = [ "g", "d", ], run = "cd ~/documents", desc = "Goto ~/documents" }, { on = "", run = "search --via=rga", desc = "Search files by content via ripgrep-all" }, ]