Vim Tips Wiki
Advertisement

Use this page to discuss script 42 bufexplorer.zip : Buffer Explorer / Browser

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments

I really love this little tool, but recently it's gotten really slow to open. Don't know why. Anyone else have this experience? There must be some setting. --May 2, 2013

This perceived 'slownes' comes from the fact that this plugin makes more than one mapping starting with <Leader>b, i.e., <Leader>be and <Leader>bv, if you don't use those and want just the <Leader>be functionality you can append following lines to your .vimrc:

nunmap <Leader>bs nunmap <Leader>bv

Advertisement