https://github.com/ape/smart-enter.yazi
Yazi plugin for a smart enter key
https://github.com/ape/smart-enter.yazi
yazi yazi-plugin
Last synced: 8 months ago
JSON representation
Yazi plugin for a smart enter key
- Host: GitHub
- URL: https://github.com/ape/smart-enter.yazi
- Owner: Ape
- License: mit
- Created: 2024-07-21T16:26:33.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-09T10:10:41.000Z (8 months ago)
- Last Synced: 2025-02-09T11:20:28.536Z (8 months ago)
- Topics: yazi, yazi-plugin
- Language: Lua
- Homepage:
- Size: 2.93 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smart-enter.yazi
This is a Yazi plugin for a smart enter key.
## Installation
Install the plugin:
```
ya pack -a Ape/smart-enter
```Create `~/.config/yazi/keymap.toml` and add:
```
[[manager.prepend_keymap]]
on = ""
run = "plugin smart-enter"
desc = "Enter the child directory, or open the file"
```## Acknowledgements
The plugin was originally adopted from the Tips page in Yazi docs.