From 8904520cf5601f8c42f50015ebd6bea3aefe344b Mon Sep 17 00:00:00 2001 From: Zeioth Date: Mon, 5 Aug 2024 03:41:02 +0200 Subject: [PATCH] docs: smart-enter multi file support (#111) Co-authored-by: sxyazi --- docs/tips.md | 3 +++ 1 file changed, 3 insertions(+) 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`: