Skip to content

How to increase the width of file/dir section in preview pane? #277

Answered by leo-arch
LinArcX asked this question in Q&A
Discussion options

You must be logged in to vote

I think it's related to fzf settings, but not sure

This is most likely the case. Try unsetting FZF environment variables for clifm

FZF_DEFAULT_COMMAND="" FZF_CTRL_U_COMMAND="" FZF_COMPLETION_AUTO_COMMON_PREFIX="" FZF_DEFAULT_OPTS="" ./clifm

By default, clifm passes a set of options to fzf, which might conflict with some of your environment variables. To take a look at these default options, run cs edit and browse to the bottom of the file: FzfTabOptions is what you're looking for.

EDIT: According to my tests, the problem is --border. Try removing just this option from your environment. It seems to be getting in the way of clifm's internal file name length calculation.

EDIT 2: Or, you ca…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@LinArcX
Comment options

@leo-arch
Comment options

@LinArcX
Comment options

@leo-arch
Comment options

Answer selected by LinArcX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants