Welcome to Vifm Q&A, where you can ask questions about using Vifm. Registration is optional, anonymous posts are moderated. E-mail and GitHub logins are enabled.
0 votes
in vifm.vim by

Having this weird issue when using vifm as browser (replacing netrw, g:vifm_replace_netrw = 1). This only happens during VimEnter or BufEnter.

I am using a VTE based wayland native teminal called tym

1 Answer

0 votes
by

You mean that the screen isn't restored? It sounds like this issue.

I have let g:vifm_embed_term = 1 enabled and with it nothing is even opened, Ctrl-C saves the day in this case.

I'm inclined to believe Vim doesn't handle such things well in startup. Maybe postponing processing via a timer can be a workaround as it is in some other cases.

BufEnter doesn't seem to be involved, in the last part of the screencast you're running vim . as well which defines the outcome.

by

Thanks for answering. I am late to reply becaz I was travelling a bit.

Assuming it's a vim issue, I will try to look into netrw and some other similar plugins and try to adjust the code and see if it can be solved.

by

I think netrw isn't relevant because it doesn't launch an external application which reconfigures terminal.

If you would like to make a bug report or feature request consider using GitHub, SourceForge or e-mail. Posting such things here is acceptable, but this is not a perfect place for them.
...