Files
AstroVim_Config/.config/yazi/keymap.toml
2025-03-08 21:24:58 +07:00

13 lines
700 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 = ['c', 'm'], run = "plugin chmod", desc = "Chmod on selected files" },
{ on = "<A-p>", run = "plugin toggle-pane min-preview", desc = "Hide or show preview" },
{ on = "M", run = "plugin toggle-pane max-preview", desc = "Maximize or restore preview" },
# { on = "f", run = "plugin jump-to-char", desc = "Jump to char" },
{ on = "<C-y>", run = "plugin wl-clipboard", desc = "Copy wl-clipboard" },
]