Yggdroot / LeaderF

An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly for both vim and neovim.
Apache License 2.0
2.13k stars 180 forks source link

How to change the width of LeaderF windows #965

Closed zchengchen closed 1 year ago

zchengchen commented 1 year ago

In other words, how to cut the details of LeaderF window when we use command "Leaderf bufTag --right" As graph shown below, I want to lower the width of right LeaderF window, because this window takes up nearly half of the screen. I searched for command to solve it,but failed. image

Yggdroot commented 1 year ago

Currently, there is no way. You can use the popup mode.

zchengchen commented 1 year ago

Currently, there is no way. You can use the popup mode. Thanks.