From b4e93af5fb78c3a954402c5c156642a8d7311ad0 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 12 May 2026 12:48:38 +0200 Subject: [PATCH] yazi: remove invalid \$schema key from keymap.toml Co-Authored-By: Claude Sonnet 4.6 --- yazi/keymap.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/yazi/keymap.toml b/yazi/keymap.toml index ea35668..2e2d489 100644 --- a/yazi/keymap.toml +++ b/yazi/keymap.toml @@ -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]] on = "" run = 'shell "$SHELL" --block --confirm'