From 9c3354fcae764082c06879726275d056a410bf5b Mon Sep 17 00:00:00 2001 From: Arun Date: Sun, 23 Jan 2022 10:58:45 +0530 Subject: [PATCH] Updated Developer guides (markdown) --- Developer-guides.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Developer-guides.md b/Developer-guides.md index f8a0fdd..9050af8 100644 --- a/Developer-guides.md +++ b/Developer-guides.md @@ -113,6 +113,12 @@ Warning: Saved sessions may no longer be usable when the number of contexts is s Discard filter key when there's no match. +#### Disable sorting on directory load + + make O_NOSORT=1 + +This option is useful in _type-to-nav_ mode. Loads dirs faster on initial entry. Any filter sorts the listing. + ## Static compilation Install the GPM development library and set the Makefile variable `O_STATIC`.