An open API service indexing awesome lists of open source software.

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

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.