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

23 lines
366 B
Markdown

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