docs: update for 0.4

This commit is contained in:
sxyazi
2024-12-12 08:08:09 +08:00
parent ec97f8847f
commit 62f078905b
4 changed files with 4 additions and 14 deletions

View File

@@ -15,9 +15,7 @@ Bind your <kbd>l</kbd> key to the plugin, in your `~/.config/yazi/keymap.toml`:
```toml
[[manager.prepend_keymap]]
on = "l"
run = "plugin --sync smart-enter"
# For upcoming Yazi 0.4 (nightly version):
# run = "plugin smart-enter"
run = "plugin smart-enter"
desc = "Enter the child directory, or open the file"
```