Skip to content

Commit bb5eb3f

Browse files
author
github-actions
committed
[docgen] Update doc/orgmode.txt
skip-checks: true
1 parent 339e403 commit bb5eb3f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/orgmode.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,14 @@ Should error diagnostics be shown. If you are using Neovim 0.6.0 or higher, thes
252252

253253
WIN_SPLIT_MODE *orgmode-win_split_mode*
254254

255-
type: `string|function`
255+
type: `string|function|table`
256256
default value: `horizontal`
257257
Available options:
258-
* horizontal - Always split horizontally
259-
* vertical - Always split vertically
260-
* auto - Determine between horizontal and vertical split depending on the current window size
258+
* `horizontal` - Always split horizontally
259+
* `vertical` - Always split vertically
260+
* `auto` - Determine between horizontal and vertical split depending on the current window size
261+
* `float` - Open in float window that has width of 70% of the screen centered
262+
* `{'float', 0.9}` - Open in float window and provide custom scale (in this case it's 90% of screen size), must be value between `0` and `1`
261263

262264
This option determines how to open agenda and capture window.
263265
If none of the options above suit your needs, you can provide custom command string (see `:help <mods>`) or custom function:

0 commit comments

Comments
 (0)