sainnhe / tmux-fzf

Use fzf to manage your tmux work environment!
MIT License
931 stars 51 forks source link

PANE format with padding. #56

Open LintaoAmons opened 1 year ago

LintaoAmons commented 1 year ago

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
sainnhe commented 1 year ago

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