-
Notifications
You must be signed in to change notification settings - Fork 114
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
Support closing alpha when opening a file in a new tab rather than the current buffer. #213
Comments
@lougreenwood added the new config option
|
That worked for me @goolord ! |
@goolord on second glance, very frequently my whole vim just closes when using this feature. Do you know how to get around that? |
maybe if |
I work using tabpages as my primary organisation method, specifically using
tabdrop
.This means that when I open my nvim instance I see my alpha dashboard, I then use telescope to open a file using tabdrop and a new tabpage is created with my file.
The problem is this means that the first tabpage (which contains alpha) is not automatically closed.
From what I can see, this is currently handled by the
BufUnload
autocmd. However, if I try addingTabNew
then it doesn't work since after switching tabs there is noalpha
instance in the current tab to close.The text was updated successfully, but these errors were encountered: