mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 19:31:28 +00:00
Updated Developer guides (markdown)
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.
|
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
|
## Static compilation
|
||||||
|
|
||||||
Install the GPM development library and set the Makefile variable `O_STATIC`.
|
Install the GPM development library and set the Makefile variable `O_STATIC`.
|
||||||
|
|
Loading…
Reference in a new issue