Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sustech-data/max-preview.yazi
https://github.com/sustech-data/max-preview.yazi
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sustech-data/max-preview.yazi
- Owner: SUSTech-data
- License: mit
- Created: 2024-08-31T12:58:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T03:27:29.000Z (4 months ago)
- Last Synced: 2024-09-13T15:48:35.218Z (4 months ago)
- Language: Lua
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# max-preview.yazi
Maximize or restore the preview pane.
https://github.com/yazi-rs/plugins/assets/17523360/8976308e-ebfe-4e9e-babe-153eb1f87d61
## Installation
```sh
ya pack -a SUSTech-data/max-preview.yazi
```## Usage
Add this to your `~/.config/yazi/keymap.toml`:
```toml
{ on = [ "i" ], run = "plugin --sync max-preview --args='preview'" },
{ on = [ "j" ], run = "plugin --sync max-preview --args='j'" },
{ on = [ "k" ], run = "plugin --sync max-preview --args='k'" },
```