feat: floating window max width/height can be percentages (#553)
This commit is contained in:
parent
6290ba1dc2
commit
1df90faf92
4 changed files with 7 additions and 2 deletions
|
|
@ -141,6 +141,7 @@ CONFIG *oil-confi
|
|||
float = {
|
||||
-- Padding around the floating window
|
||||
padding = 2,
|
||||
-- max_width and max_height can be integers or a float between 0 and 1 (e.g. 0.4 for 40%)
|
||||
max_width = 0,
|
||||
max_height = 0,
|
||||
border = "rounded",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue