[docgen] Update docs
skip-checks: true
This commit is contained in:
parent
28da68ac5c
commit
db5a311bc1
2 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue