how to center a picker's window #1958
Answered
by
ibhagwan
mortezadadgar
asked this question in
Q&A
-
Hey, buffers = {
cwd_only = true,
ignore_current_buffer = true,
winopts = {
width = 70,
height = 20,
preview = {
hidden = true,
},
},
}, |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Apr 7, 2025
Replies: 1 comment 3 replies
-
Play with row/col values if you’re not happy with the position. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use relative values, row=0.2 means 20% row at 20% of the screen, this does scale with resize, same for col.