# A TOML linter such as https://taplo.tamasfe.dev/ can use this schema to validate your config. # If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas. "$schema" = "https://yazi-rs.github.io/schemas/keymap.json" [[manager.prepend_keymap]] on = [ "" ] run = "plugin --sync smart-enter" desc = "Enter the child directory, or open the file" [[manager.prepend_keymap]] on = [ "o" ] run = "open --interactive" desc = "Open the selected files interactively" [[manager.prepend_keymap]] on = [ "O" ] run = "open" desc = "Open the selected files interactively"