summaryrefslogtreecommitdiffstats
path: root/config/joshuto.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/joshuto.toml')
-rw-r--r--config/joshuto.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/joshuto.toml b/config/joshuto.toml
index c106057..3986e35 100644
--- a/config/joshuto.toml
+++ b/config/joshuto.toml
@@ -22,6 +22,11 @@ tilde_in_titlebar = true
# none, absolute, relative
line_number_style = "none"
+# size, mtime, user, gourp, perm. can be combined with |.
+# `none` to disable, `all` to enable all
+# all and none can't be combined with other options
+linemode = "size"
+
[display.sort]
# lexical, mtime, natural, size, ext
sort_method = "natural"