Vim Tips Wiki
Edit Page
We recommend that you log in before editing. This will allow other users to leave you a message about your edit, and will let you track edits via your Watchlist. Creating an account is quick and free.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 4: Line 4:
 
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
 
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 'slowness' 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 create, e.g., ~/.vim/after/plugin/disable_buff_explorer.vim file with the following content:
+
This perceived 'slowness' 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>bs
βˆ’  
 
nunmap <Leader>bv
 
nunmap <Leader>bv
   
Please note that all contributions to the Vim Tips Wiki are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)

Template used on this page: