Refresh cache of Ranger file manager

ranger

How do I refresh ranger file manager? It automatically refreshes if a file is changed/edited/created/removed inside current directory, but I want to be able to force it to do so. How would I do that?

Best Answer

See help ?, k(eybindings):

Keybindings in `browser'
       R reload_cwd

Just press R.


There is actually bug where reload_cwd will not work when it just shows "empty" - it will be fixed with this PR: https://github.com/ranger/ranger/pull/2174

Related Question