Files
plugins/max-preview.yazi/README.md
2024-06-16 16:58:25 +08:00

23 lines
358 B
Markdown

# max-preview.yazi
Maximize or restore the preview pane.
## Installation
```sh
ya pack -a yazi-rs/plugins#max-preview
```
## Usage
Add this to your `~/.config/yazi/keymap.toml`:
```toml
[[manager.prepend_keymap]]
on = [ "T" ]
run = "plugin max-preview"
desc = "Maximize or restore preview"
```
Make sure the <kbd>T</kbd> key is not used elsewhere.