Skip to content

Latest commit

 

History

History

max-preview.yazi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

max-preview.yazi

Maximize or restore the preview pane.

300199004-4bb43f85-0696-4e93-879f-c617a96e5f46.mp4

Installation

ya pack -a yazi-rs/plugins:max-preview

Usage

Add this to your ~/.config/yazi/keymap.toml:

[[manager.prepend_keymap]]
on   = "T"
run  = "plugin max-preview"
desc = "Maximize or restore preview"

Make sure the T key is not used elsewhere.

Tips

This plugin only maximizes the "available preview area", without actually changing the content size.

This means that the appearance of your preview largely depends on the previewer you are using. However, most previewers tend to make the most of the available space, so this usually isn't an issue.

For image previews, you may want to tune up the max_width and max_height options in your yazi.toml:

[preview]
# Change them to your desired values
max_width  = 1000
max_height = 1000

License

This plugin is MIT-licensed. For more information check the LICENSE file.