From db5a311bc16abea40309810aef307e1c9604f843 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 5 Jan 2023 17:00:07 +0000 Subject: [PATCH] [docgen] Update docs skip-checks: true --- README.md | 2 ++ doc/oil.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 2f7b2f1..aa69790 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,8 @@ require("oil").setup({ ["~"] = "actions.tcd", ["g."] = "actions.toggle_hidden", }, + -- Set to false to disable all of the above keymaps + use_default_keymaps = true, view_options = { -- Show files and directories that start with "." show_hidden = false, diff --git a/doc/oil.txt b/doc/oil.txt index 9d21bc0..8f55186 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -55,6 +55,8 @@ OPTIONS *oil-option ["~"] = "actions.tcd", ["g."] = "actions.toggle_hidden", }, + -- Set to false to disable all of the above keymaps + use_default_keymaps = true, view_options = { -- Show files and directories that start with "." show_hidden = false,