diff --git a/docs/tips.md b/docs/tips.md index 05b58cc43..8aa52433b 100644 --- a/docs/tips.md +++ b/docs/tips.md @@ -81,6 +81,9 @@ run = "plugin --sync smart-enter" desc = "Enter the child directory, or open the file" ``` +This plugin adds `hovered = true` to make the behavior of [`open`](/docs/configuration/keymap#manager.open) consistent with [`enter`](/docs/configuration/keymap#manager.enter) avoiding accidental triggers, +which means both will only target the currently hovered file. If you still want `open` to target multiple selected files, set it to `false`. + ## Smart paste: `paste` files without entering the directory {#smart-paste} Save these lines as `~/.config/yazi/plugins/smart-paste.yazi/init.lua`: