From cd0c2d1f0a56041afe37c5919a98ebecd003b4b1 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 8 Dec 2023 05:01:27 +0000 Subject: [PATCH] [docgen] Update docs skip-checks: true --- doc/oil.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/oil.txt b/doc/oil.txt index e8c3dbe..4b4b5cd 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -350,6 +350,14 @@ These are actions that can be used in the `keymaps` section of config options. You can also call them directly with `require("oil.actions").action_name.callback()` +add_to_loclist *actions.add_to_loclist* + Adds files in the current oil directory to the location list, keeping the + previous entries. + +add_to_qflist *actions.add_to_qflist* + Adds files in the current oil directory to the quickfix list, keeping the + previous entries. + cd *actions.cd* :cd to the current oil directory @@ -405,6 +413,14 @@ select_tab *actions.select_ta select_vsplit *actions.select_vsplit* Open the entry under the cursor in a vertical split +send_to_loclist *actions.send_to_loclist* + Sends files in the current oil directory to the location list, replacing the + previous entries. + +send_to_qflist *actions.send_to_qflist* + Sends files in the current oil directory to the quickfix list, replacing the + previous entries. + show_help *actions.show_help* Show default keymaps