plugins.oil.settings.preview.border
Type: null or string or raw lua code
Default:
null
Plugin default: "rounded"
Declared by:
plugins.oil.settings.preview.height
Optionally define an integer/float for the exact height of the preview window.
Type: null or signed integer or integer or floating point number between 0.0 and 1.0 (both inclusive)
Default:
null
Declared by:
plugins.oil.settings.preview.max_height
Height dimensions can be integers or a float between 0 and 1 (e.g. 0.4 for 40%).
Can be a single value or a list of mixed integer/float types.
max_height = [80 0.9]
means “the lesser of 80 columns or 90% of total”.
Type: null or unsigned integer, meaning >=0, or integer or floating point number between 0.0 and 1.0 (both inclusive) or list of (unsigned integer, meaning >=0, or integer or floating point number between 0.0 and 1.0 (both inclusive))
Default:
null
Plugin default: 0.9
Declared by:
plugins.oil.settings.preview.max_width
Width dimensions can be integers or a float between 0 and 1 (e.g. 0.4 for 40%).
Can be a single value or a list of mixed integer/float types.
max_width = [100 0.8]
means “the lesser of 100 columns or 80% of total”.
Type: null or unsigned integer, meaning >=0, or integer or floating point number between 0.0 and 1.0 (both inclusive) or list of (unsigned integer, meaning >=0, or integer or floating point number between 0.0 and 1.0 (both inclusive))
Default:
null
Plugin default: 0.9
Declared by:
plugins.oil.settings.preview.min_height
Height dimensions can be integers or a float between 0 and 1 (e.g. 0.4 for 40%).
Can be a single value or a list of mixed integer/float types.
min_height = [5 0.1]
means “the greater of 5 columns or 10% of total”.
Type: null or unsigned integer, meaning >=0, or integer or floating point number between 0.0 and 1.0 (both inclusive) or list of (unsigned integer, meaning >=0, or integer or floating point number between 0.0 and 1.0 (both inclusive))
Default:
null
Plugin default:
[
5
0.1
]
Declared by:
plugins.oil.settings.preview.min_width
Width dimensions can be integers or a float between 0 and 1 (e.g. 0.4 for 40%).
Can be a single value or a list of mixed integer/float types.
min_width = [40 0.4]
means “the greater of 40 columns or 40% of total”.
Type: null or unsigned integer, meaning >=0, or integer or floating point number between 0.0 and 1.0 (both inclusive) or list of (unsigned integer, meaning >=0, or integer or floating point number between 0.0 and 1.0 (both inclusive))
Default:
null
Plugin default:
[
40
0.4
]
Declared by:
plugins.oil.settings.preview.update_on_cursor_moved
Whether the preview window is automatically updated when the cursor is moved.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.oil.settings.preview.width
Optionally define an integer/float for the exact width of the preview window.
Type: null or signed integer or integer or floating point number between 0.0 and 1.0 (both inclusive)
Default:
null
Declared by: