Add config to limit max height for selected files (#2618)
This commit is contained in:
@@ -627,6 +627,9 @@ M._defaults = {
|
||||
prefix = "> ",
|
||||
height = 8, -- Height of the input window in vertical layout
|
||||
},
|
||||
selected_files = {
|
||||
height = 6, -- Maximum height of the selected files window
|
||||
},
|
||||
edit = {
|
||||
border = { " ", " ", " ", " ", " ", " ", " ", " " },
|
||||
start_insert = true, -- Start insert mode when opening the edit window
|
||||
|
||||
Reference in New Issue
Block a user