mikavilpas / yazi.nvim

A Neovim Plugin for the yazi terminal file manager
MIT License
465 stars 16 forks source link

feat: allow scaling the floating window width and height separately #458

Closed mikavilpas closed 2 weeks ago

mikavilpas commented 2 weeks ago

Now you can have e.g. a wide screen yazi.nvim experience by setting floating_window_scaling_factor = { width = 0.95, height = 0.70 } in your configuration 😄

image