From 1c953a3eac7dca442169959d6f05089b8a1cf3a8 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 29 Jan 2023 00:20:27 +0000 Subject: [PATCH] [docgen] Update docs skip-checks: true --- README.md | 2 ++ doc/oil.txt | 5 +++++ doc/tags | 1 + 3 files changed, 8 insertions(+) diff --git a/README.md b/README.md index eaef8af..2b8791d 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ require("oil").setup({ [""] = "actions.select", [""] = "actions.select_vsplit", [""] = "actions.select_split", + [""] = "actions.select_tab", [""] = "actions.preview", [""] = "actions.close", [""] = "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) diff --git a/doc/oil.txt b/doc/oil.txt index deec7f4..bc9e68a 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -52,6 +52,7 @@ OPTIONS *oil-option [""] = "actions.select", [""] = "actions.select_vsplit", [""] = "actions.select_split", + [""] = "actions.select_tab", [""] = "actions.preview", [""] = "actions.close", [""] = "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 diff --git a/doc/tags b/doc/tags index b3e4be8..15908ba 100644 --- a/doc/tags +++ b/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*