-
-
Notifications
You must be signed in to change notification settings - Fork 587
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
Some fzf commands hide alternate buffer #265
Comments
I'm not sure what you're describing. Can you elaborate and provide the steps to reproduce? |
@junegunn sure.
Start nvim, open a file, then another one, ensure you can switch between alternate buffers ( |
Hmm, I see. When fzf is open, it becomes the primary buffer and the previous buffer becomes the alternate file, and the other buffer that was previously marked as alternate file is pushed away. I don't know if there a way to fix it. Is there a way to manually set the alternate file? |
tpope/vim-vinegar#25
Does this help?
…On Dec 11, 2016 14:58, "Junegunn Choi" ***@***.***> wrote:
Hmm, I see. When fzf is open, it becomes the primary buffer and the
previous buffer becomes the alternate file, and the other buffer that was
previously marked as alternate file is pushed away.
I don't know if there a way to fix it. Is there a way to manually set the
alternate file?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#265 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJtpYgY1cr7m9WZm5oDqinv64F60rUn6ks5rG_OCgaJpZM4LH-ZK>
.
|
|
Hmm, looks like fzf can force |
Should be fixed now (keepalt in fzf_layout is not necessary). Thanks for the report. |
@junegunn thanks a lot. I love this layout. |
#
Some fzf commands hide alternate buffer if I use
{'window': 'enew'}
layout setting. For instance,BLines
,BTags
,Tags
commands. Is it possible to fix this issue?By the way,
Files
command works properly, alternate buffer is there as expected.The text was updated successfully, but these errors were encountered: