diff --git a/.config/nvim/lua/plugins/extras/editor/oil.lua b/.config/nvim/lua/plugins/extras/editor/oil.lua index 622f01e0..4b51ebb2 100644 --- a/.config/nvim/lua/plugins/extras/editor/oil.lua +++ b/.config/nvim/lua/plugins/extras/editor/oil.lua @@ -13,6 +13,6 @@ return { }, -- stylua: ignore keys = { - { "", function() require("oil").toggle_float() end, desc = "Toggle oil" }, + { ";", function() require("oil").toggle_float() end, desc = "Toggle oil" }, }, }