From aa20450e895549215515bd09668eb22b6c15be09 Mon Sep 17 00:00:00 2001 From: pro100ton Date: Thu, 20 Feb 2025 08:51:30 +0300 Subject: [PATCH] Set oil refresh button to [gr] --- lua/custom/oil.lua | 1 + 1 file changed, 1 insertion(+) 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,