chore: bump the minimum required Yazi version to 25.2.7

This commit is contained in:
sxyazi
2025-02-07 20:23:05 +08:00
parent 02d18be038
commit 07258518f3
18 changed files with 56 additions and 31 deletions

View File

@@ -65,12 +65,12 @@ Add following keybindings to your `~/.config/yazi/keymap.toml` to enable it:
```toml
[[manager.prepend_keymap]]
on = [ "b", "a" ]
run = 'plugin mactag --args="add"'
run = "plugin mactag add"
desc = "Tag selected files"
[[manager.prepend_keymap]]
on = [ "b", "r" ]
run = 'plugin mactag --args="remove"'
run = "plugin mactag remove"
desc = "Untag selected files"
```