[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)
|
||||
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ OPTIONS *oil-option
|
|||
["<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",
|
||||
|
|
@ -137,6 +138,7 @@ select({opts}) *oil.selec
|
|||
{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}) *oil.save*
|
||||
Save all changes
|
||||
|
|
@ -276,6 +278,9 @@ select *actions.selec
|
|||
select_split *actions.select_split*
|
||||
Open the entry under the cursor in a horizontal split
|
||||
|
||||
select_tab *actions.select_tab*
|
||||
Open the entry under the cursor in a new tab
|
||||
|
||||
select_vsplit *actions.select_vsplit*
|
||||
Open the entry under the cursor in a vertical split
|
||||
|
||||
|
|
|
|||
1
doc/tags
1
doc/tags
|
|
@ -13,6 +13,7 @@ actions.preview_scroll_up oil.txt /*actions.preview_scroll_up*
|
|||
actions.refresh oil.txt /*actions.refresh*
|
||||
actions.select oil.txt /*actions.select*
|
||||
actions.select_split oil.txt /*actions.select_split*
|
||||
actions.select_tab oil.txt /*actions.select_tab*
|
||||
actions.select_vsplit oil.txt /*actions.select_vsplit*
|
||||
actions.show_help oil.txt /*actions.show_help*
|
||||
actions.tcd oil.txt /*actions.tcd*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue