feat(fzf): better default window size/position
This commit is contained in:
@ -80,6 +80,10 @@ return {
|
|||||||
["--no-scrollbar"] = true,
|
["--no-scrollbar"] = true,
|
||||||
},
|
},
|
||||||
winopts = {
|
winopts = {
|
||||||
|
width = 0.8,
|
||||||
|
height = 0.8,
|
||||||
|
row = 0.5,
|
||||||
|
col = 0.5,
|
||||||
preview = {
|
preview = {
|
||||||
scrollchars = { "┃", "" },
|
scrollchars = { "┃", "" },
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user