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 by

Do you have any example of using tablabel to make tab bar similar to something like powerline or anything close to it that I can use as starting point?

I can't figure out how to reset highlighting when it comes to active and inactive tabs.

Thank you.

1 Answer

0 votes
by
selected by
 
Best answer

The best you can do without using Lua: https://github.com/vifm/vifm/issues/875

Lua plugin that produces powerline-like look: https://github.com/vifm/vifm/blob/master/data/plugins/tabline/init.lua

by

I tries the Lua plugin by copying the init.lua under plugins folder and adding the following line to my vifmrc as it was suggested in init.lua.

set tabline=#tabline#fmt

However, in vifm, I see the error "Invalid handler" on the tab bar.
Is there any other step I need to follow to get it to work?

by

See here for an overview. You need an additional directory level for the plugin, so the path is $VIFM/plugins/tabline/init.lua. Then you should see it loaded in :plugins menu.

by

Great, thank you very much.

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.
...