[docgen] Update docs
skip-checks: true
This commit is contained in:
parent
d019d38a3e
commit
ae8f474545
2 changed files with 2 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ require("oil").setup({
|
||||||
["<C-h>"] = "actions.select_split",
|
["<C-h>"] = "actions.select_split",
|
||||||
["<C-p>"] = "actions.preview",
|
["<C-p>"] = "actions.preview",
|
||||||
["<C-c>"] = "actions.close",
|
["<C-c>"] = "actions.close",
|
||||||
|
["<C-l>"] = "actions.refresh",
|
||||||
["-"] = "actions.parent",
|
["-"] = "actions.parent",
|
||||||
["_"] = "actions.open_cwd",
|
["_"] = "actions.open_cwd",
|
||||||
["`"] = "actions.cd",
|
["`"] = "actions.cd",
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,7 @@ OPTIONS *oil-option
|
||||||
["<C-h>"] = "actions.select_split",
|
["<C-h>"] = "actions.select_split",
|
||||||
["<C-p>"] = "actions.preview",
|
["<C-p>"] = "actions.preview",
|
||||||
["<C-c>"] = "actions.close",
|
["<C-c>"] = "actions.close",
|
||||||
|
["<C-l>"] = "actions.refresh",
|
||||||
["-"] = "actions.parent",
|
["-"] = "actions.parent",
|
||||||
["_"] = "actions.open_cwd",
|
["_"] = "actions.open_cwd",
|
||||||
["`"] = "actions.cd",
|
["`"] = "actions.cd",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue