diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-09-14 17:46:37 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-09-14 17:46:37 +0530 |
| commit | 92e2da70f0d8231fedced88074ef707b359e8222 (patch) | |
| tree | 4959f6404a37dab29e8c237e995872ccf374cc13 /.config/yazi/plugins/smart-enter.yazi/README.md | |
| parent | a8246b3bdefb6bf96b6cac7c7c4ef2a3b9f2383f (diff) | |
remove yazi, use lf
Diffstat (limited to '.config/yazi/plugins/smart-enter.yazi/README.md')
| -rw-r--r-- | .config/yazi/plugins/smart-enter.yazi/README.md | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/.config/yazi/plugins/smart-enter.yazi/README.md b/.config/yazi/plugins/smart-enter.yazi/README.md deleted file mode 100644 index 742f2e1..0000000 --- a/.config/yazi/plugins/smart-enter.yazi/README.md +++ /dev/null @@ -1,40 +0,0 @@ -# smart-enter.yazi - -[`Open`][open] files or [`enter`][enter] directories all in one key! - -## Installation - -```sh -ya pkg add yazi-rs/plugins:smart-enter -``` - -## Usage - -Bind your <kbd>l</kbd> key to the plugin, in your `~/.config/yazi/keymap.toml`: - -```toml -[[mgr.prepend_keymap]] -on = "l" -run = "plugin smart-enter" -desc = "Enter the child directory, or open the file" -``` - -## Advanced - -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`: - -```lua -require("smart-enter"):setup { - open_multi = true, -} -``` - -## License - -This plugin is MIT-licensed. For more information check the [LICENSE](LICENSE) file. - -[open]: https://yazi-rs.github.io/docs/configuration/keymap/#mgr.open -[enter]: https://yazi-rs.github.io/docs/configuration/keymap/#mgr.enter |
