[docgen] Update docs
skip-checks: true
This commit is contained in:
parent
48eec8b7ef
commit
1c953a3eac
3 changed files with 8 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue