How to limit the popup width #4029
Unanswered
rbhanot4739
asked this question in
Q&A
Replies: 1 comment
-
Can anyone please update on this ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Folks,
I was looking if there is any way to limit the width of popup window outside of tmux. The fzf popup window expanding to full column width can be a nuisance sometimes, for example, when looking at git branches.
Within tmux we can do so easily with
--tmux <pos>,<height><width>
but is it possible do so outside of tmux as well ? The--tmux
options doesn't do anything outside of tmux as mentioned in the docs and there is nowidth
option as well.I played around quite a bit with
--margin
settings, but it doesn't quite achieve the expected result.Beta Was this translation helpful? Give feedback.
All reactions