vifm
Why vifm?
I have been using vim since 2011, as a freshman at HCMUS. Since then, vim (and later neovim) has become my daily driver for all kinds of coding and editing. My friend prefers emacs and his org mode looks fancy as hell. Nonetheless, it doesn’t convince me enough to switch.
After experimenting with a bunch of different TUI file managers, I decided to stick with vifm.
It reminds me a lot of vim, from its philosophy, to how the software is customized via vim-like script, its responsiveness and also built-in features suiting my workflow.
Filters
The common filter I use (not the permanent one via :filter) is local filters.
In the normal mode, press = to input the filter.
File Operations
:alink create absolute symbolic links to files in directory of inactive view.
Bookmarks
m<char>: set a new bookmark.'<char>: jump to the bookmark.
Others
gato calculate the current folder/file size (using cache) whilegAre-calculate it.