[docgen] Update docs
skip-checks: true
This commit is contained in:
parent
48eec8b7ef
commit
1c953a3eac
3 changed files with 8 additions and 0 deletions
|
|
@ -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