yazi: remove invalid \$schema key from keymap.toml
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
c848d3e93f
commit
b4e93af5fb
|
|
@ -1,7 +1,3 @@
|
||||||
# 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"
|
|
||||||
|
|
||||||
[[mgr.prepend_keymap]]
|
[[mgr.prepend_keymap]]
|
||||||
on = "<C-q>"
|
on = "<C-q>"
|
||||||
run = 'shell "$SHELL" --block --confirm'
|
run = 'shell "$SHELL" --block --confirm'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue