I would like my files to be sorted as follows:
abc.c
Makefile
readme.txt
but the browser of the netrw file sorts them like this (using an empty sort sequence):
Makefile
abc.c
readme.txt
How to fix it?
By the way, it would be nice to go to the file / directory by typing the first few letters of its name. Is it possible?
source
share