-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there an extension to manage buffers? #407
Comments
Well, there are good, full featured plugins for managing buffers, so why build it into ctrlp? But people keep requesting this from time to time, I think I may just add it. There's also a .vimrc snippet which you can use right now, in #280. |
I still have BufExplorer and used to use it exclusively, but it's takes a I have to mention, ctrlp, too, can take a bit longer to come up when I On Fri, May 17, 2013 at 10:16 AM, kien [email protected] wrote:
-Larry Siden "It's unfortunate that Americans have only two political parties to choose
“The United States is a nation of laws - poorly written and randomly |
Mixed mode basically loads all three File, Buffer, and MRU modes and the mixing also takes some more time. So naturally, it's slower than each of the modes. Anyway, buffer deletion may take a while since there are a few things I want to do first. I've also been a bit busy lately. If you don't want to wait, you can just create a mapping to delete a buffer in Buffer mode. All you have to do is grabbing the buffer name from the current line. |
I already started using the script you pointed me to so there's no need to
|
👍 for buffer deletion |
👍 For Buffer Deletion as well. I tried to use the snippet above but I have an OS mapping to Ctrl + 2 which obviously makes that mapping not useful. There doesn't seem to be any other mapping combinations available to use though.. For the record, someone did make an extension but it doesn't let you change the mapping. It would be great if this was built-in though. |
I searched GitHub for a ctrlp extension that will allow me to remove unneeded buffers, as BufExplorer can but could not find one. Hard for me to believe that this basic feature is missing since it's so handy. ctrl-z and F5 will removed files from the MRU list but I can't find anything that does that for open buffers.
The text was updated successfully, but these errors were encountered: