dotfiles/dot_config/yazi/keymap.toml
2024-05-21 22:56:02 +08:00

19 lines
607 B
TOML

# 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 = [ "<Enter>" ]
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"