diff --git a/README.md b/README.md index c386436..83da9a6 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ require("oil").setup({ [""] = "actions.select_split", [""] = "actions.preview", [""] = "actions.close", + [""] = "actions.refresh", ["-"] = "actions.parent", ["_"] = "actions.open_cwd", ["`"] = "actions.cd", diff --git a/doc/oil.txt b/doc/oil.txt index ab6f145..9d21bc0 100644 --- a/doc/oil.txt +++ b/doc/oil.txt @@ -48,6 +48,7 @@ OPTIONS *oil-option [""] = "actions.select_split", [""] = "actions.preview", [""] = "actions.close", + [""] = "actions.refresh", ["-"] = "actions.parent", ["_"] = "actions.open_cwd", ["`"] = "actions.cd",