fix: shell seutp

This commit is contained in:
Barrett Ruth 2026-02-18 12:19:10 -05:00
parent b373fbaaab
commit d0e1f7c2d6
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 1 additions and 9 deletions

View file

@ -320,14 +320,6 @@ return {
vim.cmd.bd()
end
end,
k = function()
oil_detail = not oil_detail
if oil_detail then
require("oil").set_columns({ "icon", "permissions", "size", "mtime" })
else
require("oil").set_columns({ "icon" })
end
end
},
},
},