vifon / deer

ranger-like file navigation for zsh
302 stars 14 forks source link

Great plugin but poor performance. #27

Open skywind3000 opened 6 years ago

skywind3000 commented 6 years ago

Running on Cygwin, it costs me 2 seconds to move up and down by one item.

Could I have an option to disable the preview column (the 3rd column) ? to gain performance on Cygwin.

vifon commented 6 years ago

You would gain almost nothing by disabling the 3rd column. 95% of the time is spent redrawing the first two. This part could use a rewrite, I cannot promise any timeline though.

hissssst commented 5 years ago

I have great performance on linux+wayland+alacritty+zsh, redrawing takes less than 0.1 second. Great plugin