junegunn / vim-plug

:hibiscus: Minimalist Vim Plugin Manager
https://junegunn.github.io/vim-plug/
MIT License
33.89k stars 1.9k forks source link

Feature request: default to Y for PlugClean #253

Closed larryhynes closed 9 years ago

larryhynes commented 9 years ago

It's a small thing, and it may be only personal to me, but I thought I would say it out loud and see what happens. :smile:

When I invoke PlugClean, the dialog defaults to N, not Y. I have never invoked PlugClean by accident, or without wanting to remove a certain plugin, so I think it might make more sense if it defaulted to Y.

Thank you for all your work on this, and on :Goyo... they're terrific.

junegunn commented 9 years ago

Hi, have you tried PlugClean!? https://github.com/junegunn/vim-plug#commands

larryhynes commented 9 years ago

Aha! Excellent – thank you.