1
1
mirror of https://github.com/jarun/nnn.git synced 2024-10-26 06:21:50 +03:00

Updated Developer guides (markdown)

Arun 2022-01-23 10:58:45 +05:30
parent 31f7b8a203
commit 9c3354fcae

@ -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`.