docs: add smart-enter.yazi to the list of plugins
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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`:
|
||||
|
||||
Reference in New Issue
Block a user