mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
19 lines
607 B
TOML
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"
|