fix: actions.preview accepts options (#497)
* fix: pass opts to actions.preview * add opts type to action.preview * run generate.py script
This commit is contained in:
parent
28aca0c1f5
commit
cca1631d5e
2 changed files with 22 additions and 2 deletions
|
|
@ -527,6 +527,12 @@ preview *actions.previe
|
|||
Open the entry under the cursor in a preview window, or close the preview
|
||||
window if already open
|
||||
|
||||
Parameters:
|
||||
{horizontal} `boolean` Open the buffer in a horizontal split
|
||||
{split} `"aboveleft"|"belowright"|"topleft"|"botright"` Split
|
||||
modifier
|
||||
{vertical} `boolean` Open the buffer in a vertical split
|
||||
|
||||
preview_scroll_down *actions.preview_scroll_down*
|
||||
Scroll down in the preview window
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue