fix: shell seutp
This commit is contained in:
parent
b373fbaaab
commit
d0e1f7c2d6
2 changed files with 1 additions and 9 deletions
|
|
@ -320,14 +320,6 @@ return {
|
||||||
vim.cmd.bd()
|
vim.cmd.bd()
|
||||||
end
|
end
|
||||||
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
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ in
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
useOSProber = true;
|
useOSProber = true;
|
||||||
configurationLimit = 2;
|
configurationLimit = 10;
|
||||||
gfxmodeEfi = "1920x1200,auto";
|
gfxmodeEfi = "1920x1200,auto";
|
||||||
fontSize = 36;
|
fontSize = 36;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue