summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2023-06-30 12:14:46 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2023-06-30 12:14:46 -0400
commit2ad150c748fdf8089f304acbf7155e27a15c554e (patch)
tree1312447f828d6e772ec9a70a15faa4ec102f53af
parent63ea9d797c8aca7f7ed951105df84a3a03721441 (diff)
parentee79b4b7898a2210d534d52b18402492d2609c3d (diff)
Merge branch 'main' of github.com:kamiyaa/joshuto
-rw-r--r--config/joshuto.toml4
-rw-r--r--docs/configuration/joshuto.toml.md4
2 files changed, 5 insertions, 3 deletions
diff --git a/config/joshuto.toml b/config/joshuto.toml
index 60cf360..c106057 100644
--- a/config/joshuto.toml
+++ b/config/joshuto.toml
@@ -23,8 +23,8 @@ tilde_in_titlebar = true
line_number_style = "none"
[display.sort]
-# lexical, mtime, natural
-method = "natural"
+# lexical, mtime, natural, size, ext
+sort_method = "natural"
case_sensitive = false
directories_first = true
reverse = false
diff --git a/docs/configuration/joshuto.toml.md b/docs/configuration/joshuto.toml.md
index 3313780..3f8ce51 100644
--- a/docs/configuration/joshuto.toml.md
+++ b/docs/configuration/joshuto.toml.md
@@ -62,7 +62,9 @@ line_number_style = "none"
# - lexical (10.txt comes before 2.txt)
# - natural (2.txt comes before 10.txt)
# - mtime
-method = "natural"
+# - size
+# - ext
+sort_method = "natural"
# case sensitive sorting
case_sensitive = false