cocopon / vaffle.vim

:file_folder: Lightweight, window-based file manager for Vim
MIT License
284 stars 20 forks source link

Stop notify about successful action #26

Closed TrySound closed 5 years ago

TrySound commented 6 years ago

Here's what I get after every action. It's quite noisy to press enter after making any change and approving (y/N) in some cases.

creating new file image

renaming file image

creating new directory image

cancelling with escape image

deleting file/dir image

TrySound commented 6 years ago

And thanks for this project. It's really cool. My node_modules are run almost without delay. vimfiler takes a few seconds to this.

Shougo commented 6 years ago

set cmdheight=2 may fix the problem.

TrySound commented 6 years ago

@Shougo This worked as a temporary fix. Thanks.