sainnhe/tmux-fzf

PANE format with padding.

LintaoAmons opened this issue · 1 comments

I tried to align columns for better view.

And I tried this config:

TMUX_FZF_PANE_FORMAT="#{p30:#{b:pane_current_path}} :: #{pane_current_command}"

and I found it seems that I can't change the start part of the display format, so the config's result is like:

image

Expect:
image

It's expected, the beginning of a line is used to filter the result.