I would like to have my files sorted this way:
abc.c
Makefile
readme.txt
but the netrw file browser sorts them like this (using empty sort sequence):
Makefile
abc.c
readme.txt
How do I fix that?
BTW, it would also be nice to jump to file/directory by typing the first few letters of it's name. Is that possible?