docs: add smart-enter.yazi to the list of plugins

This commit is contained in:
sxyazi
2024-11-23 20:25:16 +08:00
parent 7733d17ba9
commit f1fb6cc1df
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ The following plugins can be installed using the `ya pack` package manager intro
For specific installation commands and configuration instructions, check the individual `README.md` of each plugin by clicking the link below:
- [smart-enter.yazi](smart-enter.yazi) - `Open` files or `enter` directories all in one key!
- [full-border.yazi](full-border.yazi) - Add a full border to Yazi to make it look fancier.
- [max-preview.yazi](max-preview.yazi) - Maximize or restore the preview pane.
- [hide-preview.yazi](hide-preview.yazi) - Switch the preview pane between hidden and shown.

View File

@@ -21,7 +21,7 @@ desc = "Enter the child directory, or open the file"
## Advanced
By default, `hovered = true` is passed to the [`open`][open] command, make the behavior consistent with [`enter`][enter] avoiding accidental triggers,
By default, `--hovered` is passed to the [`open`][open] command, make the behavior consistent with [`enter`][enter] avoiding accidental triggers,
which means both will only target the currently hovered file.
If you still want `open` to target multiple selected files, add this to your `~/.config/yazi/init.lua`: