diff --git a/config/nvim/lua/fschauen/plugins/oil.lua b/config/nvim/lua/fschauen/plugins/oil.lua index 0d75871..07f08e0 100644 --- a/config/nvim/lua/fschauen/plugins/oil.lua +++ b/config/nvim/lua/fschauen/plugins/oil.lua @@ -35,9 +35,12 @@ return { }, }, - -- I use default for navigation, so refresh with . [""] = "actions.refresh", - [""] = false, + + -- Remove default keymaps that I use for navigation. + -- NOTE: the C must be capitalized (bug in Oil) + [""] = false, -- use intead + [""] = false, -- use instead [":"] = { "actions.open_cmdline",