How can I change default preview position #1799
-
Hi my default layout is like this: |
Beta Was this translation helpful? Give feedback.
Answered by
felipe-godoi
Feb 6, 2025
Replies: 1 comment 3 replies
-
I believe this config is what you need require("fzf-lua").setup({
winopts = {
preview = {
layout = "vertical",
vertical = "up:55%",
}
},
})
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Tahinli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe this config is what you need