perf: change default view_options.natural_order behavior to disable on large directories
This commit is contained in:
parent
7d4e62942f
commit
01b0b9d8ef
5 changed files with 42 additions and 25 deletions
|
|
@ -105,9 +105,9 @@ CONFIG *oil-confi
|
|||
is_always_hidden = function(name, bufnr)
|
||||
return false
|
||||
end,
|
||||
-- Sort file names in a more intuitive order for humans. Is less performant,
|
||||
-- so you may want to set to false if you work with large directories.
|
||||
natural_order = true,
|
||||
-- Sort file names with numbers in a more intuitive order for humans.
|
||||
-- Can be "fast", true, or false. "fast" will turn it off for large directories.
|
||||
natural_order = "fast",
|
||||
-- Sort file and directory names case insensitive
|
||||
case_insensitive = false,
|
||||
sort = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue