[docgen] Update docs

skip-checks: true
This commit is contained in:
Github Actions 2023-01-29 00:20:27 +00:00
parent 48eec8b7ef
commit 1c953a3eac
3 changed files with 8 additions and 0 deletions

View file

@ -147,6 +147,7 @@ require("oil").setup({
["<CR>"] = "actions.select",
["<C-s>"] = "actions.select_vsplit",
["<C-h>"] = "actions.select_split",
["<C-t>"] = "actions.select_tab",
["<C-p>"] = "actions.preview",
["<C-c>"] = "actions.close",
["<C-l>"] = "actions.refresh",
@ -271,6 +272,7 @@ Select the entry under the cursor
| | horizontal | `boolean` | Open the buffer in a horizontal split |
| | split | `"aboveleft"\|"belowright"\|"topleft"\|"botright"` | Split modifier |
| | preview | `boolean` | Open the buffer in a preview window |
| | tab | `boolean` | Open the buffer in a new tab |
### save(opts)