Ah, I see. Appreciate for taking me back
making, for e.g in vifm source directory
:find *config*
opens a window—with a solid white line, displaying the list of results inside.
The name of this window is menu
┌── Find *config* ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ ./configure.ac │
│ ./configure │
│ ./config.log │
│ ./src/cfg/config.o │
│ ./src/cfg/config.h │
│ ./src/cfg/.deps/config.Po │
│ ./src/cfg/config.c │
│ ./build-aux/config.sub │
│ ./build-aux/config.guess │
After pressing b, it opens a new window titled Custom View, displaying a navigable list of paths
[Find *config*] @ ~/sync_dir/PROGRAM/BUILD_VIFM/BUILD_VIFM_0_14/vifm-0.14
1 ../ 4 K
1 build-aux/config.guess 48 K
2 build-aux/config.h 9 K
3 build-aux/config.h.in 8.6 K
4 build-aux/config.sub 34 K
5 config.log 228 K
6 config.status 35 K
7 configure 351 K
8 configure.ac 41 K
9 src/cfg/.deps/config.Po
After selecting items, we can perform useful operations like :rename , :move or :copy
If I may, I have a question: When I run :grep "Thanks to", I get no results, but when I run :grep Thanks to, I get a list of matches. How can I make grep accept backticks (or single quote) by default for compound words?
Because writing a compound word without marking it confuses/disorients me
Thank you