diff --git a/lua/custom/oil.lua b/lua/custom/oil.lua index 865c855..cf32130 100644 --- a/lua/custom/oil.lua +++ b/lua/custom/oil.lua @@ -16,6 +16,7 @@ require("oil").setup { ["gx"] = "actions.open_external", ["g."] = "actions.toggle_hidden", ["g\\"] = "actions.toggle_trash", + ["gr"] = "actions.refresh", }, view_options = { show_hidden = true,