Welcome to Vifm Q&A, where you can ask questions about Vifm usage. Registration is optional, anonymous posts are moderated. GitHub or Google logins are enabled.
0 votes
in vifm by

In my Cygwin install of vifm I seem to have lost the default highlighting of the current item in the "other pane" somehow. It seems to now be...

OtherLine cterm=bold,underline,reverse,standout ctermfg=default ctermbg=default

I can set it up each time to something more appropriate (for me anyway) using...

:hi OtherLine cterm=bold ctermfg=default

but how should I specify it in the vifmrc so that it is always set to this?

I tried to compare the vifmrc with my ubuntu version (where the default setting is fine) but couldn't see what was controlling it

TIA

Dan

1 Answer

0 votes
by
selected by
 
Best answer

how should I specify it in the vifmrc so that it is always set to this?

Exactly the same way. Although if OtherLine is configured somewhere else, make sure that newly added line is below that.

by

Ah thanks, putting the line below the existing...

colorscheme Default

did the trick

Thanks,

Dan

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