summaryrefslogtreecommitdiffstats
path: root/docs/configuration/keymap.toml.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/keymap.toml.md')
-rw-r--r--docs/configuration/keymap.toml.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/keymap.toml.md b/docs/configuration/keymap.toml.md
index d44660f..81069a1 100644
--- a/docs/configuration/keymap.toml.md
+++ b/docs/configuration/keymap.toml.md
@@ -152,8 +152,14 @@ function joshuto() {
- `sort lexical`: sort lexically (`10.txt` comes before `2.txt`)
- `sort natural`: sort naturally (`2.txt` comes before `10.txt`)
- `sort mtime`: sort via last modified time
+- `sort size`: sort by file size
+- `sort ext`: sort by extension
- `sort reverse`: reverse the sorting
+All methods (except `reverse`) support the `--reverse` flag:
+- `--reverse=true` applies sort method and sets reverse to `true`
+- `--reverse=false` applies sort method and sets reverse to `false`
+
### `linemode`: change the line-mode (textual representation of files and directories in the “current view”)
- `linemode size`: show the entry’s size (bytes for files, number of entries for directories) (default) <sup>✻</sup>